Skip to content

2.0.0

Compare
Choose a tag to compare
@kevinongko kevinongko released this 03 Sep 06:17
· 78 commits to master since this release

Fixed

  • On focus any extra zero will be cleared from input #26
  • Inconsistent placeholder

Changes

  • min, max and precision props now only accept Number type
  • value props default to 0
  • Default value props from parent component won't show if placeholder props is defined, it will show the placeholder value instead
  • When minus props is disabled and user input negative value, it will convert to 0 instead of just removing -