Is it possible to disable input=time clear button April 26, 2023 by Tarik Just add the required attribute: <input type="date" required> I tested it in Chrome and it’s working fine for me.