Use the Input Masks Mobile component whenever you want to apply a mask to input values, for example, in a form. This greatly improves readability of different numeric formats, and reduces wrong inputs.
It is fully compatible with OutSystems UI Themes and its customizations.
This component is not supported.
Learn more on the OutSystems UI Website.
- 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.