Releases: cchanxzy/react-currency-input-field
Releases · cchanxzy/react-currency-input-field
v2.3.6
2.3.6 (2020-11-03)
Bug Fixes
v2.3.5
2.3.5 (2020-10-28)
Bug Fixes
- handle values before prefix (942a613)
v2.3.4
2.3.4 (2020-10-24)
Bug Fixes
- refactored isNumber function (68640ff)
v2.3.3
2.3.3 (2020-10-10)
Bug Fixes
- allows default 0 value (4189b80)
- disallow invalid chars and updated examples (134d36a)
- don't call onChange with only - (ef4101b)
v2.3.2
2.3.2 (2020-09-27)
Bug Fixes
v2.3.1
2.3.1 (2020-09-25)
Bug Fixes
- can clear field programmatically (2598c16)
v2.3.0
2.3.0 (2020-09-20)
Features
- add prop to disallow negative value (b9ef02c)
v2.2.0
2.2.0 (2020-08-25)
Features
- add props decimalSeparator and groupSeparator (bb4459b)
- can use any string as a separator (c84b1cd)
- fixed decimal length prop (f3f50a1)
- handle negative values (b505e4c)
v2.2.0-beta.2
Features
- fixed decimal length prop (7089248)