Commit 74fb8ac2 authored by Amumu's avatar Amumu Committed by hetech

Select: Improve Robustness, fix #13049 (#13245)

parent c1083c25
......@@ -185,7 +185,7 @@
showClose() {
let hasValue = this.multiple
? this.value.length > 0
? Array.isArray(this.value) && this.value.length > 0
: this.value !== undefined && this.value !== null && this.value !== '';
let criteria = this.clearable &&
!this.selectDisabled &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment