Download the PHP package automad/bootstrap-autocomplete without Composer
On this page you can find all versions of the php package automad/bootstrap-autocomplete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bootstrap-autocomplete
Automad Bootstrap Autocomplete Extension
This Automad package is a wrapper for the bootstrap-4-autocomplete npm package and makes it easy to create Bootstrap 4 autocomplete dropdowns for search fields in Automad templates.
Usage
To get a basic dropdown with the default settings, simply use the package as follows:
<@ Automad/Bootstrap/Autocomplete @>
The default settings can be changed as well.
<@ Automad/Bootstrap/Autocomplete {
inputSelector: '#search',
highlightClass: 'text-primary'
} @>
Options
Find below a complete list of available options.
Parameter | Default |
---|---|
inputSelector |
"#search" |
treshold |
3 |
highlightClass |
"text-primary" |
maximumItems |
10 |
All versions of bootstrap-autocomplete with dependencies
PHP Build Version
Package Version
Requires
automad/package-installer Version
^1.1
The package automad/bootstrap-autocomplete contains the following files
Loading the files please wait ....