Created by: thom4parisot
TAB and SHIFT+TAB navigation is difficult, especially when the dropdown shows up on focus (before anything has been typed):
-
tab: the first item is selected either we are just navigating with the key. Traveling through a form selects unwanted data. -
shift+tab: an item is selected for us, and worse, we remain in the field despite we expected to be relocated in the previous field
So basically this PR is a mimic of the <select> tag behavior: nothing selected when the dropdown is displayed, moving painlessly through form inputs.