Bug 1745005 Comment 17 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Docs work in [MDN:content:15591](https://github.com/mdn/content/pull/15591) adds some additional examples [which you can see here](https://pr15591.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLInputElement/showPicker#result). This seems to indicate that:
- Firefox supports input types: color, date, datetime-local, file
- Firefox does not support types: month, week, time and also does not support datalist or autocomplete options.

Is that correct?

FYI other FF101 docs for this can be tracked in https://github.com/mdn/content/issues/15407#issuecomment-1110308404. Most of the work has been done in https://github.com/mdn/content/pull/15591
Docs work in [MDN:content:15591](https://github.com/mdn/content/pull/15591) adds some additional examples [which you can see here](https://pr15591.content.dev.mdn.mozit.cloud/en-US/docs/Web/API/HTMLInputElement/showPicker#result). 

This seems to indicate that of the "normally supported types" in the spec:
- Firefox supports input types: color, date, datetime-local, file
- Firefox does not support types: month, week, time and also does not support datalist or autocomplete options.

Is that correct?

FYI other FF101 docs for this can be tracked in https://github.com/mdn/content/issues/15407#issuecomment-1110308404. Most of the work has been done in https://github.com/mdn/content/pull/15591

Back to Bug 1745005 Comment 17