-
-
Notifications
You must be signed in to change notification settings - Fork 50.5k
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
在使用TreeSelect时,单击Tag的删除按钮时,不希望弹出Option. #10274
Comments
Translation of this issue: When using TreeSelect, when you click the delete button of Tag, you do not want to pop Option.
Version3.4.3 EnvironmentWin10, Chrome Reproduction link[https://ant.design/components/tree-select-cn/#components-tree-select-demo-checkable](https://ant.design/components/tree-select-cn/#components-tree- Select-demo-checkable Steps to reproduceWhen the What is expected?Do not pop up the drop-down box. What is actually happening?Popup option drop-down box. |
Thanks for feedback.
|
Fix |
…emove (#2290) * fix(module:select,tree-select): prevent pop the dropdown when click remove ref: - ant-design/ant-design#10274 - react-component/select#296 - react-component/tree-select#110 close #2276 * test(module:tree-select): fix test
…emove (NG-ZORRO#2290) * fix(module:select,tree-select): prevent pop the dropdown when click remove ref: - ant-design/ant-design#10274 - react-component/select#296 - react-component/tree-select#110 close NG-ZORRO#2276 * test(module:tree-select): fix test
…emove (#2290) * fix(module:select,tree-select): prevent pop the dropdown when click remove ref: - ant-design/ant-design#10274 - react-component/select#296 - react-component/tree-select#110 close #2276 * test(module:tree-select): fix test
Version
3.4.3
Environment
win10、Chrome
Reproduction link
https://ant.design/components/tree-select-cn/#components-tree-select-demo-checkable
Steps to reproduce
当
TreeSelect
组件设置treeCheckable=true
时。选择多个
option
,然后单击tag
上的x
删除选择内容。What is expected?
不要弹出下拉框。
What is actually happening?
弹出option的下拉框。
The text was updated successfully, but these errors were encountered: