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,
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.