kolesnikovav / vuetify-toolkit

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

VTreeSelect default value #23

Open lorenatoscano opened 3 years ago

lorenatoscano commented 3 years ago

Hi! I am using VTreeSelect in my project. I have a root value, like "all groups" and their diverse children. I would like the root item and all children to appear selected by default when rendering the page (but the user can change the selection later as well). Is there any way to do this?