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

[Bug Report][3.3.0] when when use show-select props on v-data-table and select item, v-model:selected setted null. #17422

Closed
DiegoAlessandro opened this issue May 22, 2023 · 0 comments
Assignees
Labels
C: VDataTable T: bug Functionality that does not work as intended/expected

Comments

@DiegoAlessandro
Copy link

Environment

Vuetify Version: 3.3.0
Last working version: 3.2.5
Vue Version: 3.3.4
Browsers: Chrome 113.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. set show-selectand not set item-valuein v-data-table.
  2. set anything items in v-data-table items prop
  3. after the rows showing, click anything row checkbox.
  4. when you click checkbox all items is checking

Expected Behavior

Turn ON only selected row checkbox.

Actual Behavior

All items checkboxes thats ON.

Reproduction Link

https://play.vuetifyjs.com/#...

@nekosaur nekosaur self-assigned this May 22, 2023
@nekosaur nekosaur added T: bug Functionality that does not work as intended/expected C: VDataTable and removed S: triage labels May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDataTable T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants