inputEx.StringField
(
options
)
- Parameters:
-
options <Object>
Added options:- regexp: regular expression used to validate (otherwise it always validate)
- size: size attribute of the input
- maxLength: maximum size of the string field (no message display, uses the maxlength html attribute)
- minLength: minimum size of the string field (will display an error message if shorter)
- typeInvite: string displayed when the field is empty
- readonly: set the field as readonly