Vuetify: [Feature Request] Expand prop for v-list-group

Created on 4 Dec 2018  路  4Comments  路  Source: vuetifyjs/vuetify

Problem to solve

Allows multiple v-list-groups to remain open while toggling a v-list-group.

Proposed solution

There seems to be a callback function called toggle() that, when clicking on a v-list-group, toggles the value prop for the other v-list-groups. If we add the expand prop to v-list-group, it would act just like it would in v-expansion-panel.

Most helpful comment

This should really be documented somewhat better.

All 4 comments

This should really be documented somewhat better.

The example given by KaelWD gives an "Uncaught ReferenceError: Vue is not defined at pen.js:-29". However, the trick is to add an expand prop to the <v-list>.

This should really be documented somewhat better.

Yes I found it after 20 minutes reading this issue. It has to be better documented

Was this page helpful?
0 / 5 - 0 ratings