Login to follow
Input Masks

Input Masks (ODC)

Stable version 0.1.5 (Compatible with ODC)
Uploaded on 10 Nov 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 

- Added a new input InputPlaceholder to the MaskNumber mask. It is now possible to customize the default placeholder for number input masks;