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
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
下拉组件自定义后缀图标后,点击图标不会展开下拉列表
After the drop-down component custom suffix icon, clicking the icon will not expand the drop-down list
Jun 13, 2022
Version
3.2.6
Environment
https://codesandbox.io/s/35sonr?file=/src/demo.vue
Reproduction link
Steps to reproduce
点击图标展开列表
What is expected?
跟不自定义的时候行为一致,正常打开
What is actually happening?
点击后缀图标以外的区域才能触发展开
.ant-select-arrow .anticon:not(.ant-select-suffix) {
pointer-events: auto;
}
浏览器版本: chrome 102.0.5005.63
The text was updated successfully, but these errors were encountered: