Download the PHP package clesson-de/silverstripe-autocomplete without Composer
On this page you can find all versions of the php package clesson-de/silverstripe-autocomplete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clesson-de/silverstripe-autocomplete
More information about clesson-de/silverstripe-autocomplete
Files in clesson-de/silverstripe-autocomplete
Download clesson-de/silverstripe-autocomplete
More information about clesson-de/silverstripe-autocomplete
Files in clesson-de/silverstripe-autocomplete
Vendor clesson-de
Package silverstripe-autocomplete
Short Description Silverstripe CMS module providing an autocomplete form field with model- or callback-based suggestions.
License BSD-3-Clause
Package silverstripe-autocomplete
Short Description Silverstripe CMS module providing an autocomplete form field with model- or callback-based suggestions.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package silverstripe-autocomplete
silverstripe-autocomplete
A Silverstripe module providing AutocompleteField, a form field with async autocomplete suggestions.
Features
- Suggestion source via DataObject class + property
- Suggestion source via callback callable
- Lightweight vanilla JS dropdown UI
Installation
Usage
Callback contract
Your callback receives the entered query string and must return an array of strings.
API endpoint
GET /autocomplete-api/search
Request parameters are set automatically by AutocompleteField.
License
BSD-3-Clause
All versions of silverstripe-autocomplete with dependencies
PHP Build Version
Package Version
The package clesson-de/silverstripe-autocomplete contains the following files
Loading the files please wait ...