Skip to content

Type Alias: VeeValidateStateVInputProps

ts
type VeeValidateStateVInputProps = Required<
  Pick<VInputPublicProps, "error" | "errorMessages"> &
    Pick<VFieldPublicProps, "dirty">
>;

Props extracted from VeeValidate field state for Vuetify input compatibility. Provides validation state properties required by Vuetify input components.