Can I use placeholder in <input type="time"/>
The placeholder attribute does not work with the input type Date, so place any value as a placeholder in the input type Date. You can use the onfocus=”(this. type='date') inside the input filed.
Definition and Usage. The <input type="time"> defines a control for entering a time (no time zone). Tip: Always add the <label> tag for best accessibility practices!
Placeholder does not work with input type time however you can Prefilled data.
Just time:
<input type="time" value="13:00" step="900">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With