Skip to content

v1.2.0

Compare
Choose a tag to compare
@kevinongko kevinongko released this 10 Jan 10:21
· 170 commits to master since this release

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)