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.7.1 Vue Version: 3.5.4 Browsers: Firefox 129.0 OS: Linux x86_64
Take a look at the example, hover the three text fields to trigger the tool-tips.
As documented: true should show a tool-tip, content should be the inner text, Test true in this case.
true
Test true
false should not show a tool-tip.
false
undefined is not documented, least surprise would be to behave as if v-tooltip was not specified, so no tool-tip should be shown.
undefined
v-tooltip
true shows a tool-tip but the content is empty.
false also shows a tool-tip with empty content.
undefined does show a tool-tip and the content is all inner HTML (including the "Test undefined" which should only be shown for true).
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
and the content is all inner HTML
This bit was fixed already by ca49443
Sorry, something went wrong.
KaelWD
No branches or pull requests
Environment
Vuetify Version: 3.7.1
Vue Version: 3.5.4
Browsers: Firefox 129.0
OS: Linux x86_64
Steps to reproduce
Take a look at the example, hover the three text fields to trigger the tool-tips.
Expected Behavior
As documented:
true
should show a tool-tip, content should be the inner text,Test true
in this case.false
should not show a tool-tip.undefined
is not documented, least surprise would be to behave as ifv-tooltip
was not specified, so no tool-tip should be shown.Actual Behavior
true
shows a tool-tip but the content is empty.false
also shows a tool-tip with empty content.undefined
does show a tool-tip and the content is all inner HTML (including the "Test undefined" which should only be shown fortrue
).Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: