Releases: nkovacic/angular-touchspin
Releases · nkovacic/angular-touchspin
ES6 default import is now enabled
Fixed minor issues with touch events
Fixed minor issues with touch events, because of conflicts with mouse events.
Fixed keyUp/keyDown infinite spin issue
Fixed keyUp/keyDown infinite spin issue (thanks @LukasWilin).
Removed ambient reference to angular in angular-touchspin.d.ts.
Removed ambient reference to angular in angular-touchspin.d.ts.
Fixed forceStepDivisibility so that it honors user settings instead of forcing round.
Fixed forceStepDivisibility so that it honors user settings instead of forcing round.
Removed angular-touchspin.d.ts from .npmignore.
Removed angular-touchspin.d.ts from .npmignore.
checkValue does not call changeValue if its not necessary.
checkValue does not call changeValue if its not necessary.
Added read only option.
Added read only option.
Added touchspin options watcher.
Added touchspin options watcher.
Added min and max attributes for range validation.
Added min and max attributes for range validation.