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.5.9] VSelect : v-bind="props" sets double title value when using slots #19396

Open
anckaertr opened this issue Mar 14, 2024 · 1 comment

Comments

@anckaertr
Copy link

Environment

Vuetify Version: 3.5.9
Vue Version: 3.4.21
Browsers: Chrome 122.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

use an item slot in a v-select with slots

Expected Behavior

the slot data should overwrite the title property

Actual Behavior

the title property and the slot data is rendered

Reproduction Link

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

@KaelWD
Copy link
Member

KaelWD commented Mar 20, 2024

There should be a note in the docs to use either the title slot or :title="null"

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

Successfully merging a pull request may close this issue.

2 participants