We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce3f44 commit 3b8b19eCopy full SHA for 3b8b19e
components/vc-tree-select/src/Base/BaseSelector.jsx
@@ -99,7 +99,7 @@ export default function () {
99
vcTreeSelect: { onSelectorClear },
100
} = this;
101
102
- if (!allowClear || !selectorValueList.length || !selectorValueList[0].value) {
+ if (!allowClear || !selectorValueList.length) {
103
return null;
104
}
105
const clearIcon = getComponent(this, 'clearIcon');
0 commit comments