- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 2.2.6 ### Environment vue: 3.2.6 ### Reproduction link [](https://codesandbox.io/p/sandbox/tree-select-disabled-cs544s?file=%2Fsrc%2FApp.vue) ### Steps to reproduce 如示例,Child Node3已被选中,但是被禁用了,仍然可以通过input框中的 clearIcon 去叉掉这个选项,这不符合禁用逻辑。 ### What is expected? 被禁用的选项,在input框中不显示 clearIcon,用户无法通过叉号取消选项。 ### What is actually happening? antd的2.x版本,不支持自定义 #tagRender 中的closable。除了让项目中的antd版本升级,有没有别的解决办法? <!-- generated by issue-helper. DO NOT REMOVE -->