We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.6.5 Vue Version: 3.4.27 Browsers: Chrome 124.0.0.0 OS: Windows 10
remove & add return-object to v-select in repo link...
presence of return-object prop shouldn't affect whether or not hide-selected works
return-object
when passing items as an array of objects, cannot use return-object with hide selected
https://play.vuetifyjs.com/#...
you need to change the item after toggling return-object switch to see the issue.
The text was updated successfully, but these errors were encountered:
fix(VSelect): hide-selected with return-object (#19807)
aa79f16
fixes #19806
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.5
Vue Version: 3.4.27
Browsers: Chrome 124.0.0.0
OS: Windows 10
Steps to reproduce
remove & add return-object to v-select in repo link...
Expected Behavior
presence of
return-object
prop shouldn't affect whether or not hide-selected worksActual Behavior
when passing items as an array of objects, cannot use return-object with hide selected
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
you need to change the item after toggling
return-object
switch to see the issue.The text was updated successfully, but these errors were encountered: