{
label, // string or html template to render as the label
value, // object value of the option
childrens /childrens
}
After the changes, we'll have :
{
label, // string or html template to render as the label
value, // object value of the option
childrens, /childrens
not-selectable // is ti possible to select the option => default false
}
It won't be possible to select options having the attribute "not-selectable". If a not-selectble attribute has some childs, it is possible to click on it, in order to select / unselect all the childs
Curently options has the following properties:
After the changes, we'll have :
It won't be possible to select options having the attribute "not-selectable". If a not-selectble attribute has some childs, it is possible to click on it, in order to select / unselect all the childs