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
fix: Modal 24px bottom area not trigger mask click #17229
Conversation
Deploy preview for ant-design ready! Built with commit 0ea94b9 |
Codecov Report
@@ Coverage Diff @@
## master #17229 +/- ##
=========================================
Coverage ? 95.95%
=========================================
Files ? 263
Lines ? 7350
Branches ? 2014
=========================================
Hits ? 7053
Misses ? 295
Partials ? 2 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个修改导致modal中下拉列表无法点击
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上demo来看看。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上demo来看看。
https://codesandbox.io/s/great-gould-2txjj
<AutoComplete
defaultValue="lucy"
// 把下面注释删除,下拉列表就没法点选。如果不添加下面一行,下拉列表就不能跟随页面滚动。
// getPopupContainer={() => document.querySelector(".ant-modal")}
>
这块getPopupContainer取其他元素就能避免这个问题了,只要不是.ant-modal
close #17226