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)