Skip to content

Textarea

Multi-line text input.

Basic Usage

loading

Disabled, Readonly & Word Limit

loading

API

PropDescriptionType
modelValueBound valuestring
placeholderPlaceholderstring
rowsRowsnumber
maxlengthMax lengthnumber | string
showWordLimitShow word countboolean
disabledDisabledboolean
readonlyReadonlyboolean
sizeSizeComponentSize

Events: update:modelValue, input, change, focus, blur.

MIT License