Textarea
When using a form textarea, please ensure that the label style is Sentence case.
Error state
This field is required.
Success state with message
Your notes have been entered successfully.
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).