General

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

Last updated