Control the behavior of the Vuetify-form-base component using the following attributes
Last updated 4 years ago
Was this helpful?
<!-- 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
@input