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

[Documentation] VList example is incomplete #19829

Open
PaulCombal opened this issue May 16, 2024 · 0 comments
Open

[Documentation] VList example is incomplete #19829

PaulCombal opened this issue May 16, 2024 · 0 comments

Comments

@PaulCombal
Copy link

Problem to solve

I want to make a list of checkboxes using lists. Naturally I go to lists. There is an example of how to do so but it's incomplete.
https://vuetifyjs.com/en/components/lists/#action-and-item-groups

Why do they put a "value" prop on the list-item if it's to never be used? How do I get that value back?

Proposed solution

The v-list tag in this example should be:

<v-list lines="three" select-strategy="classic" v-model:selected="slectedSettings">

To show that the values are actually stored in selectedSettings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant