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
Input element with datalist: on arrow keys up or down, onkeyup or onkeydown never detects the arrow keys and the event keycodes always comes as undefined.
In Mozilla firefox, arrow keys are detected. However, does not have onkeyup or onchange events are not aligned as Chrome.
Testing: How did you test this? What versions of Chrome and Firefox did you use? What did you expect to happen in each browser? What was the outcome of the test in each browser?
What did you expect the compatibility table to tell you about the difference between the browsers?
Can you share any links to bugs, documentation, or other material which may have been helpful for you while investigating this issue?
A look on my own suggests that key events for datalist is currently undefined behavior in the relevant specifications: whatwg/html#2605
I'm going to go ahead and close this issue, since there has been no response and more info is needed to proceed. If this is still an issue, please reply to this thread with the requested information and I'll be happy to reopen this!
Input element with datalist: on arrow keys up or down, onkeyup or onkeydown never detects the arrow keys and the event keycodes always comes as undefined.
In Mozilla firefox, arrow keys are detected. However, does not have onkeyup or onchange events are not aligned as Chrome.
MDN page report details
html.elements.datalist
The text was updated successfully, but these errors were encountered: