textArea
Special properties of field
Usage
{
type: "textArea",
label: "Biography",
model: "bio",
hint: "Max 500 characters",
max: 500,
placeholder: "User's biography",
rows: 4,
validator: validators.string
}Last updated
Was this helpful?