bootstrap-autocomplete

js
Autocomplete for Bootstrap version 4.
Keywords
bootstrapautocompletebootstrap-autocompletetypeaheadsuggest
INSTALL
Type:
<script src=" https://cdn.jsdelivr.net/npm/bootstrap-autocomplete@2.3.7/dist/latest/bootstrap-autocomplete.min.js "></script>
Bootstrap Autocomplete
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.7 (2020/08/27)
Version 2.0.0 and up supports Boostrap v4.x and old v3.x out of the box.
Try the DEMO!
Creating DEV Environment
docker-compose build --pull
The first time install all dependencies with yarn
docker-compose run --rm tools yarn install
Running DEV Environment
docker-compose up