V4 Release 🎉🎉
Breaking Changes
- onValueChange no longer receives event object as second parameter, so if you accessing it, it will break.
Feature Addition
- Support defaultValue prop.
- Trigger onValueChange if the value is formatted due to prop change. #227
- Allow password as type prop. #206
- Support indian (lakh) and chinese (wan) style thousand grouping. #184
- Always allow . to be typed as decimal separator, even when decimal separator is defined differently. #133, #162, #168, #223, #115
Bug fixes
- Fixed #242, Issue with formatting number after blur