Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xcash/bootstrap-autocomplete

Bootstrap Autocomplete
https://github.com/xcash/bootstrap-autocomplete

autocomplete bootstrap bootstrap-autocomplete bootstrap4

Last synced: 14 days ago
JSON representation

Bootstrap Autocomplete

Awesome Lists containing this project

README

        

Bootstrap Autocomplete
======================

![docs](https://readthedocs.org/projects/bootstrap-autocomplete/badge/?version=latest "Latest Docs")
[![Build Status](https://api.cirrus-ci.com/github/xcash/bootstrap-autocomplete.svg)](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