Mask input values to a specific format, based on https://github.com/RobinHerbots/Inputmask.
Current formats are:
Currency
Number
Percentage
Date
Text
Use the Input Masks 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.
- Added the support for screen navigation. Now, when navigating to the same screen, the mask is applied;
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)