wtt
2025-10-07 8b3bfa3517b4a166de5855a8c9c4dc3aeb93088f
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]