devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.57k stars 1.67k forks source link

Is it possible to have suggestions limited to items starting with string, not containing it? #828

Closed vukasinstojkov closed 2 years ago

vukasinstojkov commented 2 years ago

Eg. if a user types be, the suggestions turn up Beatrice, Bella, instead of Abe, Abercrombie, and without Mtebe or other suggestions containing 'be'.

tkirda commented 2 years ago

That is by design. You can provide your own function. Check lookupFilter option.