uni_modules/uni-combox/components/uni-combox/uni-combox.vue
@@ -155,10 +155,9 @@ }, 153) }, onConfirm() { setTimeout(() => { this.showSelector = false this.confirmCall() }, 153) this.showSelector = false this.$emit('confirm', this.inputVal) this.$emit('update:modelValue', this.inputVal) }, onSelectorClick(index) { this.inputVal = this.filterCandidates[index]