You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the most recent commit from the GitHub repo and the demo index.html.
Type, "A#" to display two whitelisted suggestions
Use the down arrow on the keyboard to select one of the suggestions
Rather than the selected suggestion being added to the field, the typed letters ("A#") are added
The behaviour is as expected in Chromium 60 on Ubuntu. The behaviour is expected in both browsers if the mouse is used instead of the keyboard to select one of the suggestions.
I will look at this myself now but any suggestions welcome.
The text was updated successfully, but these errors were encountered:
yeah... this sure sucks. I did not want to implement my own dropdown suggestion box, because that would really inflate the code. It would require a positioning system and events..
I will contemplate about if it's worth bloating the code for the sake of better suggestions support.
Firefox 55.0.0.2 on Ubuntu
Using the most recent commit from the GitHub repo and the demo index.html.
The behaviour is as expected in Chromium 60 on Ubuntu. The behaviour is expected in both browsers if the mouse is used instead of the keyboard to select one of the suggestions.
I will look at this myself now but any suggestions welcome.
The text was updated successfully, but these errors were encountered: