I have a time picker:
<input type="time" name="appt-time">
I want to keep it empty until the user starts selecting a time. Only when the user clicks the element and the popup is shown do I want a default value to be shown.
Is that possible? if so how?
Perhaps this will work for you