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.1.14] title in v-tab doesn't show up #17155

Closed
kappaflow opened this issue Apr 15, 2023 · 5 comments
Closed

[Bug Report][3.1.14] title in v-tab doesn't show up #17155

kappaflow opened this issue Apr 15, 2023 · 5 comments

Comments

@kappaflow
Copy link

Environment

Vuetify Version: 3.1.14
Vue Version: 3.2.47
Browsers: Chrome 111.0.0.0
OS: Windows 10

Steps to reproduce

  1. Add title tag to the tabs
  2. Hover the tab with your mouse

Expected Behavior

Suppose to see a tooltip with the title

Actual Behavior

There is no title tag on the element.

Reproduction Link

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

@KaelWD
Copy link
Member

KaelWD commented Apr 15, 2023

Someone decided to use title as a prop name too, so for the native title you have to do :title.attr="'one'"

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2023
BTMuli added a commit to BTMuli/TeyvatGuide that referenced this issue May 16, 2023
@scscgit
Copy link
Contributor

scscgit commented Jun 1, 2023

there is no title prop documented on v-tab API docs page. Shouldn't this be supported without .attr?

@KaelWD
Copy link
Member

KaelWD commented Jun 1, 2023

https://github.com/vuetifyjs/vuetify/releases/tag/v3.2.0#user-content-upgrade-guide

@KaelWD
Copy link
Member

KaelWD commented Jun 1, 2023

Text is overridden by the default slot.

You don't need .attr any more.

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

No branches or pull requests

3 participants