- Fixed an issue where both the minified and non-minified versions of the library were being loaded, causing an error.
- Fixed an issue where the properties of the input were not being applied to the masked input (such as enabled and max length).
Known issues:
Currently, only a dot (.) works properly as the decimal separator on CurrencyMask and NumberMask. As such, to avoid unintended value changes, we are forcing the decimal separator to be a dot. If a dot is used as a group separator it is replaced by a comma.
- Fixed issue in the Currency Mask that was causing the input to disappear when the currency changed dynamically.
Changed to trigger a Numeric keyboard on both iOS and Android devices.