Search field should have autocomplete set to off
AlexanderReiswich opened this issue · 1 comments
AlexanderReiswich commented
When typing into the searchable input field, Google Chrome sometimes thinks it's an address field and its hints overlay the actual list of results, annoyingly so.
Disabling autocomplete seems to help, so it would probably be best to add autocomplete: 'off' to the creation of the selectr-input.
Mobius1 commented
Cheers, @AlexanderReiswich a fix has been pushed to the master branch.