bootstrap-autocomplete

WebJar for bootstrap-autocomplete

License

License

MIT
Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

bootstrap-autocomplete
Last Version

Last Version

2.3.7
Release Date

Release Date

Type

Type

jar
Description

Description

bootstrap-autocomplete
WebJar for bootstrap-autocomplete
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

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

Download bootstrap-autocomplete

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-autocomplete/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>bootstrap-autocomplete</artifactId>
    <version>2.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-autocomplete/
implementation 'org.webjars.npm:bootstrap-autocomplete:2.3.7'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-autocomplete/
implementation ("org.webjars.npm:bootstrap-autocomplete:2.3.7")
'org.webjars.npm:bootstrap-autocomplete:jar:2.3.7'
<dependency org="org.webjars.npm" name="bootstrap-autocomplete" rev="2.3.7">
  <artifact name="bootstrap-autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-autocomplete', version='2.3.7')
)
libraryDependencies += "org.webjars.npm" % "bootstrap-autocomplete" % "2.3.7"
[org.webjars.npm/bootstrap-autocomplete "2.3.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.3.7