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