Mask Mixin
Description
It used to specify the disired format of your input. Possible values :
- '9' for [0-9]
- 'a' for [A-Za-z]
- '*' for [A-Za-z0-9]
Links
Name | Required | Java Type | Default Prefix | Default Value | Description |
---|---|---|---|---|---|
format | true | String | prop | The format you want to use for your input. |