You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the attribute "title" to "" added:
Hover over tabname.
Then over the content area.
= The area below the chosen tab shows same title.
Expected results (期望的结果)
Only when hovering over tabname title should appear.
Actual results (实际的结果)
Hover over tab content: title appears as well.
Remarks (补充说明)
Is there an alternative to the title attribute one can use natively with this component?
Or is there a way one can apply title only to tabs through the component? .n-tabs-tab-wrapper -> n-tabs-tab and NOT to n-tab-pane directly (content area)?
The text was updated successfully, but these errors were encountered:
TuSimple/naive-ui version (版本)
2.23.2
Vue version (Vue 版本)
3.2.26
Browser and its version (浏览器及其版本)
97.0.4692.71
System and its version (系统及其版本)
Ubuntu 20.04.3 LTS
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/practical-butterfly-duege?file=/src/TabTitleDEMO.vue
Reappearance steps (重现步骤)
with the attribute "title" to "" added:
Hover over tabname.
Then over the content area.
= The area below the chosen tab shows same title.
Expected results (期望的结果)
Only when hovering over tabname title should appear.
Actual results (实际的结果)
Hover over tab content: title appears as well.
Remarks (补充说明)
Is there an alternative to the title attribute one can use natively with this component?
Or is there a way one can apply title only to tabs through the component? .n-tabs-tab-wrapper -> n-tabs-tab and NOT to n-tab-pane directly (content area)?
The text was updated successfully, but these errors were encountered: