Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.09 KB

Bootstrap Autocomplete

docs Build Status

Autocomplete plugin for Bootstrap 4.x and 3.x.

It enhances form input and select field to provide autocomplete/typeahead capabilities.

Documentation

Latest version: 2.3.5 (2020/05/04)

Version 2.0.0 and up supports Boostrap v4.x and old v3.x out of the box.

Try the DEMO!

Bootstrap 4 latest version

Bootstrap 3 latest version

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