NEW 270907
Datalist showPicker() selection won't fire event
https://bugs.webkit.org/show_bug.cgi?id=270907
Summary Datalist showPicker() selection won't fire event
Joel Kanerva
Reported 2024-03-13 05:06:14 PDT
Visit https://demo.lukewarlow.dev/showPicker/ Click any input using datalist. Try to select any datalist item from the list above keyboard. Input field won't be auto populated by user selection and onChange event won't be fired.
Attachments
Aditya Keerthi
Comment 1 2024-03-13 18:40:29 PDT
I think this is because many of the <datalist> behaviors described are tied to the <input> having focus. That likely needs to change with the introduction of `showPicker()`.
Radar WebKit Bug Importer
Comment 2 2024-03-20 05:07:15 PDT
Note You need to log in before you can comment on or make changes to this bug.