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
https://codepen.io/bronzecui/pen/dwaKKM
打开drawer组件,点击drawer组件sidebar区域或者overlay区域,底部radio和CheckBox响应点击事件(如果底部放置button或其他可点击组件,不会响应点击)
sidebar区域或者overlay区域响应点击区域
底部radio和CheckBox响应点击事件
sidebar对应z-index:2 overlay对应z-index: 1 radioItem和checkbox对应z-index:2 ,升高sidebar/overlay的z-index可以解决该问题,组件内部样式是否应该调整对应层级
The text was updated successfully, but these errors were encountered:
<Drawer /> 还有个问题:默认不是挂在 <body /> 上的
<Drawer />
<body />
另外,如果 antd 和 antd-mobile 如果有相同的组件,建议接口尽量保持一致吧,感觉现在有学习成本
antd
antd-mobile
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Reproduction link
https://codepen.io/bronzecui/pen/dwaKKM
Steps to reproduce
打开drawer组件,点击drawer组件sidebar区域或者overlay区域,底部radio和CheckBox响应点击事件(如果底部放置button或其他可点击组件,不会响应点击)
What is expected?
sidebar区域或者overlay区域响应点击区域
What is actually happening?
底部radio和CheckBox响应点击事件
sidebar对应z-index:2 overlay对应z-index: 1 radioItem和checkbox对应z-index:2 ,升高sidebar/overlay的z-index可以解决该问题,组件内部样式是否应该调整对应层级
The text was updated successfully, but these errors were encountered: