Skip to content

xcash/bootstrap-autocomplete

Folders and files

NameName
Last commit message
Last commit date
Nov 12, 2020
Nov 12, 2020
Jan 18, 2022
Aug 27, 2020
Mar 25, 2020
Mar 26, 2020
Jun 5, 2019
Jun 5, 2019
Feb 28, 2020
May 3, 2017
Aug 25, 2020
Jan 18, 2022
May 3, 2017
Oct 24, 2019
Apr 8, 2020
Nov 12, 2020
Mar 26, 2020
Mar 27, 2020
Sep 27, 2016
Nov 12, 2020
Jun 18, 2021

Repository files navigation

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 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.

Try the DEMO!

Bootstrap 4 latest DEV version

Bootstrap 3 latest DEV 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