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.
- Now it's possible to select whether the align is on left or right side;
- Updated the JS Library to the latest version;
- JS minified;
Credits to Marko Puskaric
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)