Skip to content

MobstraTextArea

Props

Prop nameDescriptionTypeValuesDefault
labelThe label text of the textarea.string-'Label'
placeholderThe placeholder text of the textarea.string-'Specify'
requiredWhether the label is marked as required.boolean-false
clearableWhether the textarea is clearable.boolean-true
tooltipThe object containing tooltip information.object-null
inputIDThe ID of the textarea and label fields.string-''
isDisabledWhether the textarea is disabled.boolean-false
inputErrorThe error message to display.string-''
appendIconThe name of the icon to append to the textarea.string-''
autoGrowWhether the textarea should automatically grow in height.boolean-true
counterAn array containing the minimum and maximum number of characters allowed.array-[]
delayThe delay in milliseconds before the input value changes.number-0

Events

Event namePropertiesDescription
update:inputError
update:modelValue
clearable

vue
<MobstraTextArea />