diff --git a/packages/select/src/select.vue b/packages/select/src/select.vue index 031337510..a19c6029f 100644 --- a/packages/select/src/select.vue +++ b/packages/select/src/select.vue @@ -459,7 +459,7 @@ } }, handleQueryChange(val) { - if (this.previousQuery === val || this.isOnComposition) return; + if (this.isOnComposition) return; if ( this.previousQuery === null && (typeof this.filterMethod === 'function' || typeof this.remoteMethod === 'function')