⚪
Vuetify-Form-Base
  • Introduction
  • News & Changes
  • Quickstart
    • Start with
    • Installation
    • Intro
    • Features
    • License
  • Form
    • Validation
  • Component
    • Async Loading
    • Attributes
    • From Schema to Component
    • Events
    • Grid
    • Slots
    • CSS
    • Custom Components
    • Tooltips
  • Schema
    • General
    • Autogeneration
    • Computed Schema
    • Display & Typography
    • Grouping Controls
    • Arrays
  • Input & Controls
    • Text-Field & Input
    • Checkbox, Switch & Sliders
    • Radio Buttons
    • Buttons
    • Select, Combo & Autocomplete
    • Lists & Treeviews
    • Date, Time & Color
    • Icons & Images
Powered by GitBook
On this page

Was this helpful?

  1. Component

Attributes

Control the behavior of the Vuetify-form-base component using the following attributes

PreviousAsync LoadingNextFrom Schema to Component

Last updated 4 years ago

Was this helpful?

Supported Attributes in 'v-form-base'

<!-- default id="form-base" -->
<v-form-base 
  id="my-form-base"
  :model="Model"
  :schema="Schema"
  :row="rowAttributesForLayoutControl"
  :col="globalColDefinition"  
  @input="handleInput"
 />
<!-- deprecated -->
<v-form-base
  :value="Model"
  :flex="globalColDefinition"  
/>

In addition or instead of the @input event handler you can use all available

events