Skip to main content
Vuetify0 v1.0 is here
Vuetify0 Logo
Theme
Mode
Palettes
Accessibility
Vuetify One
Sign in to Vuetify One

Access premium tools across the Vuetify ecosystem — Bin, Play, Studio, and more.

Not a subscriber? See what's included

Form API

A form wrapper that coordinates validation across child input fields and handles submit/reset events.

Explore these related pages for additional context and usage patterns.

PageCategory
FormForms
createFormForms
createValidationForms
InputForms

Form

Props

namespace

string | undefined

Namespace for dependency injection

Default: "v0:form"

disabled

boolean | undefined

Disables all registered fields

Default: false

readonly

boolean | undefined

Sets all registered fields to readonly

Default: false

novalidate

boolean | undefined

Suppress native constraint validation (default: true) — set false to restore browser validation UI

Default: true

modelValue

boolean | null | undefined

Default: null

Events

update:model-value

[value: boolean | null]

submit

[payload: { valid: boolean; }]

Slots

default

FormSlotProps
Was this page helpful?

© 2016-1970 Vuetify, LLC
Services
Ctrl+/