Up until last Thursday the date type input elements used to have a clear button (a cross or "x") next to them.
Now it looks like this:
Does anyone know what has changed? How can I get the clear button back?
We are using angular and Chrome as the browser.
The HTML code below shows the problem (when Chrome is used):
<label for="birthdaytime">Birthday (date and time):</label> <input type="datetime-local" id="birthdaytime" name="birthdaytime">
