Releases: kevinongko/vue-numeric
Releases · kevinongko/vue-numeric
v1.4.0
Changes
- Update parent model value on input instead on blur.
minusprops isfalseby default.- Improved docs.
v1.3.2
Fixed
- Convert input value to number on focus
v1.3.1
Fixed
- fixed disappearing default value
v1.3.0
Changes
- use watch to apply default value
v.1.2.4
New Features
- Enable/disable minus value using
minusprops
Other
- Add docblock
v1.2.3
Changes
- Input event return
numberinstead ofstring
v1.2.2
Fixed
- disable separator required warning
v1.2.1
Fixed
Fix NaN error when value is inputted incorrectly.
v1.2.0
New Features
- Support decimals
/** * Number of decimals. */ precision: { type: [String, Number] required: false },- decimals symbol are the opposite of separator props
( if separator is,then the decimals symbol is.)
Changes
- Input formatted when on blur instead of on changes because issue with decimals.
- Separator props now accept either
.or,(default)