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.
2.1m questions
2.1m answers
60 comments
57.0k users