Input Masks

Input Masks (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 15 November 2024 by Product League
Input Masks

Input Masks (ODC)

Details
Detailed Description

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.

Release notes 

- 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