gregziegan / elm-autocomplete

Autocomplete for Elm apps; in Elm
http://package.elm-lang.org/packages/thebritican/elm-autocomplete/latest
BSD 3-Clause "New" or "Revised" License
173 stars 43 forks source link

Down arrow does not work from empty state #53

Closed simonh1000 closed 7 years ago

simonh1000 commented 7 years ago

I am finding that when I run code that causes the autocomplete to be present, I get no response initially from a <down-arrow>. If I move the mouse over the UI such that the state.key changes to Just "...", then <down-arrow> works from then onwards. I don't want any of the options selected, but after the first down arrow I would expect the first option to be highlighted

Any advice?