Open
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.7.0
Environment
Windows10, chrome 87.0.4280.88(正式版本)(32 位)
Reproduction link
https://www.antdv.com/components/tree-select-cn/#components-tree-select-demo-checkable
Steps to reproduce
- 打开官方文档页面 https://www.antdv.com/components/tree-select-cn/#components-tree-select-demo-checkable
- 找到"代码演示" - "可勾选" 演示组件
- 选择"Node2"节点
- 让光标停留在输入框,"Node2"节点右边
- 按下键盘删除键
What is expected?
"Node2"节点在输入框中被删除
What is actually happening?
"Node2"的最后一个子节点被删除,同时"Node2"的另一个子节点显示了出来。
在"treeCheckStrictly"属性为"true"的情况下,不会有此问题。