-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Dropdown 级联下拉组件自动隐藏的问题 #7246
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
Comments
这似乎是一个争议: 举例如。级联组件作为查询条件来使用,当我关注点到其他输入上,这应该被隐藏 |
我认为这不是一个问题 |
如果 Dropdown 的打开方式是 hover 这样是没问题的,但是如果是 click,在打开后就应该再次点击或点击网页其他空白处才隐藏才对,不应该移到二级之后再移开就自动把整个下拉隐藏了,因为有很多的二级,移动到一个看到不对,再移到其他地方发现整个就隐藏了,又得点击一下 而且专门看了很多的点击展开的交互,几乎所有的都不会移出二级把整个下拉隐藏的,antdv3的版本也不会这样~就是这一小点迟迟没能升级到V4 😔 大佬们能否考虑下呢🙏 |
我也觉得是个问题,示例中在点击Dropdown展开后鼠标直接移出下拉列表区域是不会关闭Dropdown的,只有在鼠标进入二级,再从二级上移出才会关闭Dropdown。 |
🙂 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
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. |
Version
4.0.8
Environment
Microsoft Edge 版本 120.0.2210.91 (正式版本) (64 位)
Reproduction link
Steps to reproduce
What is expected?
级联组件不应该被隐藏,只是应该隐藏展开的二级菜单
What is actually happening?
级联组件直接隐藏了
The text was updated successfully, but these errors were encountered: