so I have
<input type = "time" name = "mytime" id = "mytime">
the issue is that when the user select a time the menu remains open. is there a way to close the menu after they select a time on it?
Basically when the user click an hour/minute it should close. Or is there a way to add a button
the user see every minute from 0-59
I want the minute to be in interval of 5 so 0,5,10, etc is that possible?