time-picker icon indicating copy to clipboard operation
time-picker copied to clipboard

Allow to type any hours/minutes/seconds when hoursStep/minuteStep/secondStep is defined

Open PetroProkopovych opened this issue 3 years ago • 0 comments

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.

PetroProkopovych avatar Mar 18 '21 10:03 PetroProkopovych