Open
Bug 1767228
Opened 3 years ago
Updated 5 months ago
Consider adding showPicker support for datalist
Categories
(Core :: DOM: Forms, enhancement)
Core
DOM: Forms
Tracking
()
NEW
People
(Reporter: evilpies, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome, parity-safari, Whiteboard: [domcore-bugbash-triaged])
Attachments
(1 file)
No description provided.
Updated•3 years ago
|
Summary: Consider add showPicker support datalist → Consider add showPicker support for datalist
Summary: Consider add showPicker support for datalist → Consider adding showPicker support for datalist
Comment 1•1 years ago
|
||
This would be a nice addition for consistency with Chrome.
https://bugs.webkit.org/show_bug.cgi?id=261701 is the corresponding WebKit bug.
Blocks: input-list
See Also: → 1854112
This is actually not that hard to implement when we explicitly focus the input element and rely on the autocomplete code working correctly.
Emilio, do you think this approach is reasonable? Is it a problem to depend on toolkit code like this from dom?
Flags: needinfo?(emilio)
Comment 4•1 year ago
|
||
I don't think so, we depend on toolkit code for other stuff like the select popup etc, right? I think as long as it's properly tested it should be fine.
Flags: needinfo?(emilio)
Updated•1 year ago
|
Keywords: parity-chrome,
parity-safari
Updated•5 months ago
|
Points: --- → 2
Updated•5 months ago
|
Whiteboard: [domcore-bugbash-triaged]
You need to log in
before you can comment on or make changes to this bug.
Description
•