2.0.0
Fixed
- On focus any extra zero will be cleared from input #26
- Inconsistent placeholder
Changes
min
,max
andprecision
props now only acceptNumber
typevalue
props default to 0- Default
value
props from parent component won't show ifplaceholder
props is defined, it will show theplaceholder
value instead - When
minus
props is disabled and user input negative value, it will convert to0
instead of just removing-