Mobius1/Selectr

Search field should have autocomplete set to off

AlexanderReiswich opened this issue · 1 comments

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.

Cheers, @AlexanderReiswich a fix has been pushed to the master branch.