I\'ve got an issue, but I\'m not sure if it\'s something I\'m doing wrong, or if this feature just isn\'t supported yet.
Basically I have the following lines of code
The iPad is doing the correct thing. The placeholder
attribute isn't supported on input elements on type date. It's probably working on desktop Safari because that doesn't support the date
type, so that attribute is being ignored and you're left with a plain text field. You could check in the DOM inspector.