katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
168 stars 101 forks source link

Move focus to next time field #7

Open Simpler1 opened 8 years ago

Simpler1 commented 8 years ago

After entering a value of 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, or 12 into the hour field, focus should automatically move to the minute field so that the user doesn't have to click "Next" or manually select the minute field. The only value that would require pressing "Next" or manually selecting the minute field is a value of "1". The user could avoid this by entering a zero before the 1.

Similarly entering a value in the minute or second field, after entering any value 7 thru 59 the next field should automatically gain focus. Entering a value of 1 thru 6 would require the user to press "Next" or manually select the next field. The user could avoid this by entering a zero before the 1 thru 6.