You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
When a page loads with a timepicker directive, the time input fields are blank and the meridian button shows neither meridian. A natural progression, and in fact the tab order, is for the user to enter the hour first, then the minute, then click on the meridian button.
However, when the user clicks on the meridian button for the first time, the values entered in the hour and minute input boxes are over-written by values for the current hour/minute. This results in the very annoying user experience of having to go back and re-enter the values previously entered.
When a page loads with a timepicker directive, the time input fields are blank and the meridian button shows neither meridian. A natural progression, and in fact the tab order, is for the user to enter the hour first, then the minute, then click on the meridian button.
However, when the user clicks on the meridian button for the first time, the values entered in the hour and minute input boxes are over-written by values for the current hour/minute. This results in the very annoying user experience of having to go back and re-enter the values previously entered.
Here is a plunker demonstrating the problem:
http://plnkr.co/edit/ZjhskDy21B5VUTQH2x3W?p=preview
The text was updated successfully, but these errors were encountered: