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 user tries to input "00" into the Timepicker minutes field, it only allows one "0" to be typed. While the 0 does then revert to 00 when the field is no longer in focus, this was frustrating for some of our users. The object we used is below
When a user tries to input "00" into the Timepicker minutes field, it only allows one "0" to be typed. While the 0 does then revert to 00 when the field is no longer in focus, this was frustrating for some of our users. The object we used is below
<timepicker class="time-picker" ng-model="order.appointment.datetime" hour-step="1" minute-step="15"required></timepicker>
The text was updated successfully, but these errors were encountered: