Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VListGroup not expanding on click #22437

Open
tamirvs opened this issue May 8, 2024 · 0 comments
Open

VListGroup not expanding on click #22437

tamirvs opened this issue May 8, 2024 · 0 comments

Comments

@tamirvs
Copy link

tamirvs commented May 8, 2024

Describe the Bug

VListGroup should toggle the underlying list when the activator is clicked. However even in the Components Playground this is not working and the list can't be expanded.

To Reproduce

Go to Components Playground -> VListGroup and click on the arrow, the list does not expand.
Adding properties like scope and value didn't help either.

I tested locally with a custom Interface extension, still not working:

<v-list>
    <v-list-group value="root" scope="folder" clickable>
        <template #activator>
            <v-list-item-icon>
                <v-icon name="folder" />
            </v-list-item-icon>
            <v-list-item-content>Foobar</v-list-item-content>
        </template>
        <v-list-item clickable>
            Item 3-1
        </v-list-item>
        <v-list-item clickable>
            Item 3-2
        </v-list-item>
        <v-list-item clickable>
            Item 3-2
        </v-list-item>
    </v-list-group>
</v-list>

Directus Version

V10.10.7

Hosting Strategy

Self-Hosted (Docker Image)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants