I have timepicker/clockpicker which is configured like this by materializecss (v0.100.2).
<label for="time">Time</label>
<input id="time" type="text" class="timepicker">
$('.timepicker').pickatime({
default: 'now'
});
When we click on the text field the clockpicker modal opens, but immediately it gets closed. https://codepen.io/anon/pen/evQxPy
This happens after I have updated my chrome version to 73