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.5.9 Vue Version: 3.4.21 Browsers: Chrome 122.0.0.0 OS: Mac OS 10.15.7
use an item slot in a v-select with slots
the slot data should overwrite the title property
the title property and the slot data is rendered
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
There should be a note in the docs to use either the title slot or :title="null"
:title="null"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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/#...
The text was updated successfully, but these errors were encountered: