Folding autofill

How to implement compile-time autocomplete in JQuery. I have a group and a group can have zero or many items. How do I implement this in JQuery.

thanks

+1


a source to share


1 answer


Autocomplete an input field, allowing users to quickly find and select a specific value using search and filtering.

By providing auto-filled focus to the field or by typing something into it, the plugin starts searching for matching records and displays a list of values ​​to choose from. As more characters are entered, the user can filter the list to better match.



This can be used to enter previous selected values, for example. for tags, to complete an address, eg. enter a city name and get a zip code, or perhaps enter email addresses from an address book.

See the documentation for details.

0


a source







All Articles