Closed
Bug 1516200
Opened 7 years ago
Closed 7 years ago
when trying to run example for date input type, it does not work
Categories
(Developer Documentation Graveyard :: HTML, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: epicheral, Assigned: eweyl)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: 64 Branch
Technical Contact:
:: Details
When trying to run locally the last example (with javascript code) available in the page
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/date
for testing date input type, it does not work, either with IE (date type not recognised) or with Firefox:
Enter your birthday: yyyy/mm/dd
Enter your birthday:
Day: Month: January Year:
The javascript console:
TypeError: fallbackPicker is null
on the line:
fallbackPicker.style.display = 'none';
Updated•7 years ago
|
Assignee: nobody → eweyl
Priority: -- → P2
Comment 1•7 years ago
|
||
Closing; now tracked in https://github.com/mdn/sprints/issues/989
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•