Pattern Mask
data class PatternMask(val pattern: String, val lazy: Boolean? = null, val eager: Boolean? = null, val placeholderChar: Char? = null, val definitions: dynamic = null, val blocks: Map<String, ImaskOptions>? = null)
A text input mask configuration with a pattern.
Constructors
Link copied to clipboard
fun PatternMask(pattern: String, lazy: Boolean? = null, eager: Boolean? = null, placeholderChar: Char? = null, definitions: dynamic = null, blocks: Map<String, ImaskOptions>? = null)