https://github.com/xcash/bootstrap-autocomplete
Bootstrap Autocomplete
https://github.com/xcash/bootstrap-autocomplete
autocomplete bootstrap bootstrap-autocomplete bootstrap4
Last synced: 12 months ago
JSON representation
Bootstrap Autocomplete
- Host: GitHub
- URL: https://github.com/xcash/bootstrap-autocomplete
- Owner: xcash
- License: mit
- Created: 2016-09-27T16:43:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:26:29.000Z (over 3 years ago)
- Last Synced: 2025-05-24T21:05:59.808Z (about 1 year ago)
- Topics: autocomplete, bootstrap, bootstrap-autocomplete, bootstrap4
- Language: TypeScript
- Size: 1.14 MB
- Stars: 171
- Watchers: 10
- Forks: 71
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Bootstrap Autocomplete
======================

[](https://cirrus-ci.com/github/xcash/bootstrap-autocomplete)
Autocomplete plugin for Bootstrap 4.x and 3.x.
It enhances form `input` and `select` field to provide autocomplete/typeahead capabilities.
[Documentation](http://bootstrap-autocomplete.rtfd.io/)
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](https://raw.githack.com/xcash/bootstrap-autocomplete/master/dist/latest/index.html)
[Bootstrap 3 latest DEV version](https://raw.githack.com/xcash/bootstrap-autocomplete/master/dist/latest/indexV3.html)
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