input
Special properties of field
Usage
Text field with 50 characters limit :
{
type: "input",
inputType: "text",
label: "Name",
model: "name",
maxlength: 50,
required: true,
placeholder: "User's full name",
validator: validators.string
}Attributes compatibility
Last updated
Was this helpful?