maskedField is a specialized TextField supporting input mask (e.g. (###) ###-##-## for a phone number). The input value must satisfy the mask to be considered valid.
Specific properties:
maxLength - the maximum number of characters in the field.
datatype - the input data type (optional).
mask - the definition of input mask.
valueMode - the field value display mode (clean or masked).