You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Disabling the autoSelect option has no effect. The documentation states that autoSelect " Automatically selects selected item on blur event (i.e. using TAB to switch to next field).". This is true, but setting autoSelect to 'false` has the same effect.
Describe the bug
Disabling the
autoSelect
option has no effect. The documentation states thatautoSelect
" Automatically selects selected item on blur event (i.e. using TAB to switch to next field).". This is true, but settingautoSelect
to 'false` has the same effect.To Reproduce
Steps to reproduce the behavior:
autoSelect
:Start typing until the dropdown opens.
Select an item from the dropdown and press
Tab
.Expected behavior
The dropdown closes and the input field should not be filled with the selected autocomplete item.
Desktop:
The text was updated successfully, but these errors were encountered: