Browse Source

Select: fix multiple style issue (#2330)

十界 8 năm trước cách đây
mục cha
commit
868847161a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/select/src/select.vue

+ 1 - 0
packages/select/src/select.vue

@@ -268,6 +268,7 @@
           }
           this.query = '';
           this.selectedLabel = '';
+          this.inputLength = 20;
           this.resetHoverIndex();
           this.$nextTick(() => {
             if (this.$refs.input &&