I am trying to restrict users input when selecting time on input=time. so is it possible to disable the small clear button from the input?
input=time
Just add the required attribute:
required
<input type="date" required>
I tested it in Chrome and it's working fine for me.
1.4m articles
1.4m replys
5 comments
57.0k users