Themes

Fields/Types/MaskOptions
MaskOptions

Options for applying a mask to an input. Uses imask.js internally.

Name
Description
Type
blocks

Blocks for a pattern mask. See imask.js

Record<string, any>
definitions

Definitions for a pattern mask. See imask.js

Record<string, any>
lazy

Make placeholder always visible.

boolean
mask

The mask to apply. See imask.js

any
overwrite

Enables characters overwriting instead of inserting. See imask.js

boolean
placeholderChar

Placeholder to use in the mask.

string
unmask

If the value should be unmasked on fieldchange

boolean