Skip to content

Textarea

Textarea отображает многострочное string value.

vue
<Textarea
  :value="flight.comment"
  rows="4"
  placeholder="No comment"
  readonly
/>
АтрибутТипНазначение
value / :valuestring/expressionОтображаемый текст.
rowsnumber/stringКоличество видимых строк.
placeholderstringPlaceholder.
readonlybooleanRead-only state.
disabledbooleanDisabled state.
size, spacing, Grid placementnumber/stringОбщие атрибуты.

Тег display-only в v1 и не предоставляет v-model или update callback.