When choosing custom time HTML tabindex property is not set in a way to make the page usable with the keyboard.
What would you like to see instead
The tabindex should be set in a way that hour field is focused after choosing "Choose your own time". And after that, the next tabindex should be set to minutes field.
What is your specific use case (if applicable)
When clicking "Choose your own time" I need to click on the hour field and then type manually on the keyboard a specific hour. Then I press the "tab" key on the keyboard and the focus does not jump on the minutes field but somewhere else. This requires to use the mouse again to get the focus of the minutes field. Having tabindex set in a proper way will make the UI more usable.
What would you like to change
When choosing custom time HTML tabindex property is not set in a way to make the page usable with the keyboard.
What would you like to see instead
The tabindex should be set in a way that hour field is focused after choosing "Choose your own time". And after that, the next tabindex should be set to minutes field.
What is your specific use case (if applicable)
When clicking "Choose your own time" I need to click on the hour field and then type manually on the keyboard a specific hour. Then I press the "tab" key on the keyboard and the focus does not jump on the minutes field but somewhere else. This requires to use the mouse again to get the focus of the minutes field. Having tabindex set in a proper way will make the UI more usable.
Which browser / OS do you use
Chrome / MacOS
Screenshots / Videos