Skip to content

Textarea

Enables users to add longer text to a form.

Import

js
import { MpTextarea } from '@mekari/pixel3'

Playground

API

MpTextarea

Props
Events
NameTypeDefault
model-value
The controlled value of the Textarea. Should be binded-with with v-model.
string -
placeholder
Placeholder of textarea.
string -
is-read-only
If true, textarea be read only.
boolean -
is-disabled
If true, textarea will be disabled.
booleanfalse
is-invalid
If true, textarea is marked as invalid.
booleanfalse
is-required
If true, textarea will be required.
booleanfalse
is-full-width
If true, textarea will span full width of it parent.
booleantrue
aria-label
Optional prop for accessibility.
string -
aria-labelled-by
Optional prop for accessibility.
string -

Controlled