Textarea
When using a form textarea, please ensure that the label style is Sentence case.
Basic example
Required
Error state
This field is required.
Success state
Success state with message
Your notes have been entered successfully.
Disabled state
Context message
Please enter your notes.
EsFormTextarea props
- Name
id
- Type
String
- Default
- n/a
- Description
- Required. The id of the input.
- Name
v-model
- Type
String
- Default
- n/a
- Description
- Required. The v-model directive binds the input to a data property.
- Name
disabled
- Type
Boolean
- Default
false
- Description
- Specifies that the input should be disabled.
- Name
required
- Type
Boolean
- Default
false
- Description
- Specifies that the input is required.
- Name
state
- Type
Boolean
- Default
null
- Description
- Specifies the validity of the input. Can be true (success), false (error), or null (default).