input-mask-reactive
Reactive icon

Input Mask Reactive

Stable version 2.0.0 (Compatible with OutSystems 11)
Uploaded
 on 20 Aug (4 days ago)
 by 
4.2
 (10 ratings)
input-mask-reactive

Input Mask Reactive

Documentation
2.0.0

Based on imask.js.

See demo for examples on how to implement the blocks.

Deprecated blocks have some issues (copy paste problem for example).

InputNumberMask

  • Use on input field that is linked to a Text variable (needed to support thousands separators, radix, currency symbol, etc...).
    • Pass the Input field's id to InputNumberMask
  • Handle the OnValueChanged event to get the number-value that is entered. Assign it to an Integer, Decimal or Currency variable.


InputPatternMask

  • Use on input field that is linked to a Text variable.
    • Pass the Input field's id to InputPatternMask
  • Handle the OnValueChanged event to get the unmasked value that is entered.
  • Supports patterns (see imask.js docs)
  • Supports regex