wotamann / vuetify-form-base

Schema-based Form Generator - Vue.js 2.0 Component based on Vuetify 2.0
https://wotamann.github.io/vuetify
230 stars 63 forks source link

How to bind properties? #92

Open Mashiane opened 3 years ago

Mashiane commented 3 years ago

Hi there

Whilst the value of the control has a model to be bound to.

How can I bind each of these properties to the state as I would like to change this as and when I need?

multiple: bool, // used by type: select, combobox, autocomplete
required: bool, // need an input value hidden: bool, // hide item - set from another item disabled: bool,
readonly: bool,

Thanks.

VictorioBerra commented 3 years ago

Dynamic schema maybe? Havent tested changing schema on the fly yet.