Currently on my web form, a user in Chrome is able to directly enter a time in an HTML time field by highlighting the hour or minute portion and entering the value they want with their keyboard.
When they open the same form in Edge, they are required to scroll to find the value they want.This can get frustrating especially when they have a lot of forms to submit and they must scroll through all the minutes.
Is there a way to get the time field in Edge to act the same as it does in Chrome?
Here is the code:
<input type="time" name="departTime" id="departTime" value="<?php echo $departTime ?>">