Skip to content

Commit f77b196

Browse files
committed
update Select
1 parent 273eb5e commit f77b196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/select/select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
this.broadcastQuery('');
665665
});
666666
667-
this.updateOptions(true);
667+
this.updateOptions();
668668
document.addEventListener('keydown', this.handleKeydown);
669669
670670
this.$on('append', this.debouncedAppendRemove());

0 commit comments

Comments
 (0)