An input field that lowercases all typed characters.
| Name |
Type |
Default |
Description |
| accepted |
String |
|
An String containing all accepted characters |
| min |
Number |
1 |
The minimum field length. If the min is passed on the constructor and the max not, max is assumed equals to min |
| max |
Number |
-1 when min not specified, else min |
The maximum field length. -1 Means no limit |
| padFunction |
Function |
The lpad() function will be used. Heuristics will determine the pad char |
A function used to pad (complete) the field value |
| optional |
boolean |
|
Is this field optional on the mask? |