Releases: nadchif/html-duration-picker.js
Releases · nadchif/html-duration-picker.js
2.4.0
- Remove AIV
- Fix angular value not updating when using up or down arrow
- Update Webpack version
- Updated tests
2.3.5
- Fixed bug where seconds would reappear in hide seconds mode
2.3.4
What's Changed
- bug fixes for Safari and Mobile (Android) browsers
- added regex patterns as safety fallback by browser validation
- validation of inputs on keydown (PC)
- max value is now 99:59:59 by default, but you can override using
data-max-duration
attribute
2.3.2
- fixes broken button functionality when in "hide seconds" mode
2.3
- security updates
- BREAKING attribute
data-adjustment-mode
is now data-adjustment-factor
2.2.13
-Fixes cursor jumping to the end of input while editing the value on Safari
2.2.12
- Fixes other classes being replaced on picker elements
2.2.9
Adds TAB key support to the pickers