⚪
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
  • Rules
  • Example

Was this helpful?

  1. Schema

General

PreviousTooltipsNextAutogeneration

Last updated 4 years ago

Was this helpful?

Rules

  1. The order of the props in the schema determine the order of display in the form

  2. If a schema property exists, then this control is also displayed

  3. If a model property exists without a corresponding schema property, then this control is not displayed and the corresponding model value is ignored.

  4. If an empty object has been declared as a model, then vuetify-form-base attempts to generate a structure of the model using an even deep, nested schema as a template

Example