An input widget for editing multiple lines of text.
TextArea supports the v-model directive.
v-model
TextArea uses the \n character as the line separator, regardless of the platform on which the application runs.
\n
type: Boolean
Whether the widget is read-only or editable.
type: String
The current text displayed in the widget.
Called when the text is changed. The current text is passed as an argument.
Last updated 7 years ago
<TextArea v-model="text"/>