v2.7.0
What's new?
- Added
disableClock
flag that, well, disables clock (#9, #10). Thanks, @twinraven!
Bug fixes
- Fix min/max values not properly applied to MinuteInput, SecondInput.
- Fix an issue with validating forms when minTime was more detailed than the user could choose (e.g.
minTime="23:41:20"
andmaxDetail="hour"
).