Base name used to style component
form-text (attributes)
{
"class": "absolute"
}
Object
Attributes of v-form-text
component
Sets textarea display to inline
Label on top of the textarea. This label is for simple forms as position cannot be changed
mod-label
empty string
String
Style of the label element
mod-textarea
empty string
String
Style of the main textarea element
If true
validation messages are not displayed
Rules for validation. See Form Validation for examples of rules
single-line-message
false
Boolean
Limits the number of displayed errors to one at time. Order of messages is the same as order of rules
in rules prop
validate-mode
"silent"
String
Valid values are 'silent'
or 'eager'
. See Form Validation for explanation and examples
Valid values are 'blur'
, 'immediate'
or 'form'
. See Form Validation for explanation and examples
validation-state
null
String
Overrides state of input validity. Supported values are 'valid'
, 'invalid'
, empty string
for default state or null
for component controlled state
variant
empty string
String
Active variant of the element mod-*
props