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
1.6.3
Chrome 83 windows 10
<a-menu-item key="1"> <a-icon type="pie-chart"/> <!-- <span>Option 1</span> --> </a-menu-item> <a-menu-item key="2" :title="false"> <a-icon type="desktop"/> <span>Option 2</span> </a-menu-item>
当菜单折叠时不应该显示 tooltip
ant-design-vue/components/menu/MenuItem.jsx
Line 24 in 9195ba5
仍然有tooltip 1.title 设置为 false,null,有内容;显示 Option 2 为 tooltip 1.title 设置为 false,null,无内容;显示空的 tooltip
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
1.6.3
Environment
Chrome 83
windows 10
Reproduction link
Steps to reproduce
What is expected?
当菜单折叠时不应该显示 tooltip
ant-design-vue/components/menu/MenuItem.jsx
Line 24 in 9195ba5
What is actually happening?
仍然有tooltip
1.title 设置为 false,null,有内容;显示 Option 2 为 tooltip
1.title 设置为 false,null,无内容;显示空的 tooltip
The text was updated successfully, but these errors were encountered: