Where did the clear button go on date type input elements in Chrome?

Viewed 8643

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:

enter image description here

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">

1 Answers
Related