Skip to content

Releases: nadchif/html-duration-picker.js

2.4.0

16 Jan 05:23
Compare
Choose a tag to compare
  • Remove AIV
  • Fix angular value not updating when using up or down arrow
  • Update Webpack version
  • Updated tests

2.3.5

04 Apr 15:49
Compare
Choose a tag to compare
  • Fixed bug where seconds would reappear in hide seconds mode

2.3.4

18 Nov 04:44
Compare
Choose a tag to compare

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

14 Nov 16:36
Compare
Choose a tag to compare
  • fixes broken button functionality when in "hide seconds" mode

2.3

14 Nov 15:25
Compare
Choose a tag to compare
2.3
  • security updates
  • BREAKING attribute data-adjustment-mode is now data-adjustment-factor

2.2.13

17 Apr 14:24
Compare
Choose a tag to compare

-Fixes cursor jumping to the end of input while editing the value on Safari

2.2.12

22 Dec 22:44
Compare
Choose a tag to compare
  1. Fixes other classes being replaced on picker elements

2.2.11

30 Nov 12:01
Compare
Choose a tag to compare
  • ie issues fixed

2.2.9

08 Nov 10:29
Compare
Choose a tag to compare

Adds TAB key support to the pickers

2.2.8

16 Jul 10:14
67db473
Compare
Choose a tag to compare

Fixes auto submit bug.