All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed formatting issues related to thousand separator applied on decimal places.
- Fixed
onBlur
formatting issues - the value was twice unformatted, causing awkward behavior.
- Fixed
onChange
limits when working with maxLength.
- Fixed NumericInput behavior when limiting values with
maxLength
.
- Updated the way
maxLength
attribute works, being valid only for the digits, not the thousand separator. This way, if the maxLength is set to8
(withdecimalPrecision=2
), the max allowed value will be99999,99
.
- Fixed regex error with firefox 68.7.0esr
- Support for thousand separators.
- Implemented default behavior of onFocus method, always cleaning thousand separators for edit
- Updated dependencies
- Docs with docz
- Set default maxLength to be 15 instead of 20 characters
- Fix problems with decimal places #15