Form text

Reference

base"formText"
String
Base name used to style component

messages{}
Object
Object with messages to display depending on current state.

mod-form-textempty string
String
Style of the single message element

nameempty string
String
Name of the component

single-line-messagefalse
Boolean
Limits the number of displayed errors to one at time

stateempty string
String
Current state of input

transition"fade-scale"
String
Transition when showing message. Valid values are 'fade-scale' or empty string

variantempty string
String
Active variant of the element mod-* props
Slots
message
Slot for message

Notes

v-form-text is used by form components to display validation messages. See Form Validation for examples.