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

No item selected #830

Open Kuroneko-Kawaii opened 2 years ago

Kuroneko-Kawaii commented 2 years ago

Hi,

This is my concern.

This will select the selected item

1. Type
2. Press arrow down (navigate item)
3. Click outside


But when doing this, it will not

1. Type
2. Click outside
3. Focus again (not typing anything)
3. Press arrow down (navigate item)
4. Click outside