MobstraTextArea
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| label | The label text of the textarea. | string | - | 'Label' |
| placeholder | The placeholder text of the textarea. | string | - | 'Specify' |
| required | Whether the label is marked as required. | boolean | - | false |
| clearable | Whether the textarea is clearable. | boolean | - | true |
| tooltip | The object containing tooltip information. | object | - | null |
| inputID | The ID of the textarea and label fields. | string | - | '' |
| isDisabled | Whether the textarea is disabled. | boolean | - | false |
| inputError | The error message to display. | string | - | '' |
| appendIcon | The name of the icon to append to the textarea. | string | - | '' |
| autoGrow | Whether the textarea should automatically grow in height. | boolean | - | true |
| counter | An array containing the minimum and maximum number of characters allowed. | array | - | [] |
| delay | The delay in milliseconds before the input value changes. | number | - | 0 |
Events
| Event name | Properties | Description |
|---|---|---|
| update:inputError | ||
| update:modelValue | ||
| clearable |
vue
<MobstraTextArea />