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.
- Updated the JS Scripts to the latest version from original O11 component;
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)