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
tree-select Subnodes use selectable:false to disable the selection, you can expand this node when you want to click this node
What problem does this feature solve?
Now when the tree-select component clicks on the disabled node, it will directly close the drop-down popup. The experience is quite bad. I hope that if I click the node with selectable:false, expand this node.
What problem does this feature solve?
现在tree-select组件点击禁止选中的节点时会直接关闭下拉弹出,体验挺不好的,希望能改成如果点击selectable:false的节点,展开此节点,
What does the proposed API look like?
https://stackblitz.com/edit/ng-zorro-antd-start-utfmho?embed=1&file=src/app/app.component.ts
例如上面的例子,点击parent 1节点,会直接关闭下拉框,希望能做成点击parent 1节点时展开parent 1节点
The text was updated successfully, but these errors were encountered: