TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Force the user to choose from results #419

Open ropel opened 10 months ago

ropel commented 10 months ago

There should be an option to force the user to choose: If the list of possible items is "cat","dog","duck" the user shouldn't be able to write "cow", like in a Listbox