accessible-autocomplete
accessible-autocomplete copied to clipboard
Ignore initial mouse placement for select-on-hover
If the cursor is positioned in certain positions, when a user types a query an odd result will be selected - because the autocomplete is highlighting the entry under the mouse.
Suggest an item should only be highlighted if the mouse is moved or on-move - the initial selection should ignore mouse position.
Video:

This is relevant in my opinion also because it can be confusing for any user. I tried modifying the css but it is not enough since it affects the hover state in general. Btw thanks for this open source autocomplete I'm learning web dev and is the only autocomplete I managed to use just by reading the github. All others have failed on me because they're too complex or implicitly explained. Gratz