GS Custom Autocomplete helps you easily add on your website one or more input fields that will help the user with some autocomplete hints. There are 3 ways to use data with the autocomplete module:
- Using a datalist tag
- Importing the object from an external JSON file
- Querying the server for new data on each input change
Here are the main features of the GS Autocomplete module:
– No jQuery!
– Light weight JavaScript
– Fully customised dropdown
– Easy to implement
– Add as many autocomplete inputs on a page as you like
– Use different methods to grab data: JSON files, datalist tag, server-side scripting
– Fully customise the dropdown look and feel
– Navigate trough options using up / down arrows