kolesnikovav / vuetify-toolkit

The set of additional vuetify components
MIT License
28 stars 5 forks source link

[VTreeSelect] item-disabled property ignored on children when selecting parent node in leaf mode #50

Closed nlien closed 2 years ago

nlien commented 2 years ago

When I use allow-select-parents and the default leaf mode, the children with the property disabled: true is selected when I select their parents. I would assume that when selecting the parent node, that all the children, except those with disabled: true would get selected.

Screenshot 2021-11-23 at 22 44 41

nlien commented 2 years ago

Thank you very much!