MeldUI

Textarea

A multi-line text input with optional auto-sizing support.

Usage

Autosize

With Max Height

Props

PropTypeDefaultDescription
modelValuestring | number-The textarea value. Use with v-model.
autosizebooleanfalseAutomatically resize the textarea to fit content.
maxHeightstring-Maximum height when autosize is enabled (CSS value).

Events

EventPayloadDescription
update:modelValuestring | numberEmitted when the value changes.