TextArea
An input widget for editing multiple lines of text.
TextArea supports the
v-model
directive.TextArea uses the
\n
character as the line separator, regardless of the platform on which the application runs.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.
<TextArea v-model="text"/>
Last modified 5yr ago