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
When hoursStep/minuteStep/secondStep is defiend, user can not type values which don't match defined step, because picker considers them as invalid. For instance: set minuteStep=5 and try to type 14 minutes - there will be an error. But at the same time it possible to set any minutes via value prop. I think it's bug.
The text was updated successfully, but these errors were encountered:
When hoursStep/minuteStep/secondStep is defiend, user can not type values which don't match defined step, because picker considers them as invalid. For instance: set minuteStep=5 and try to type 14 minutes - there will be an error. But at the same time it possible to set any minutes via value prop. I think it's bug.
The text was updated successfully, but these errors were encountered: