Autocomplete plugin for Bootstrap 4.x and 3.x.
It enhances form input
and select
field to provide autocomplete/typeahead capabilities.
Latest STABLE version: 2.3.7 (2020/08/27) Latest DEVELOPMENT version: 2.4.0dev
Version 2.0.0 and up supports Bootstrap v4.x and old v3.x out of the box.
Bootstrap 4 latest DEV version
Bootstrap 3 latest DEV version
docker-compose build --pull
The first time install all dependencies with yarn
docker-compose run --rm tools yarn install
docker-compose up