Ship showPicker support for datalist
Categories
(Core :: DOM: Forms, task)
Tracking
()
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
The datalist support is implemented in bug 1767228, but we are going to hold off on shipping it to release due to the accessibility concern (bug 1998661). This bug is filed to track shipping datalist support on all channel.
Updated•6 months ago
|
Updated•6 months ago
|
Comment 1•5 months ago
|
||
Release Note Request
[Why is this notable]: Expansion of a HTML/DOM feature
[Affects Firefox for Android]: No, because of Bug 1535985
[Suggested wording]: showPicker() now supports text-based <input> elements with an associated <datalist>, displaying the autofill dropdown.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/showPicker#showpicker_for_a_datalist_input
| Assignee | ||
Comment 2•3 months ago
|
||
Updated•3 months ago
|
Comment 4•3 months ago
|
||
| bugherder | ||
Comment 5•3 months ago
|
||
Note that bug 1998661 got backed out again, so it's critical we make sure it gets landed again successfully before this pref flip rides the trains. I don't anticipate that will be a problem, just important to note for tracking purposes.
| Assignee | ||
Updated•3 months ago
|
Comment 6•3 months ago
|
||
Note added to our Nightly 149 release notes with this wording:
showPicker()now supports text-based<input>elements with an associated<datalist>, displaying the autofill dropdown. See documentation.
I am keeping the relnote-firefox? flag open until we ship and include that in the final notes.
| Assignee | ||
Comment 7•3 months ago
|
||
(In reply to James Teh [:Jamie] from comment #5)
Note that bug 1998661 got backed out again, so it's critical we make sure it gets landed again successfully before this pref flip rides the trains.
Yes, I am working on landing it again.
| Assignee | ||
Updated•3 months ago
|
Comment 8•2 months ago
|
||
FF149 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/43201
Updated•1 month ago
|
Description
•