Jason Beggs 2 years ago
parent
commit
5668bf1839
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/ui/src/combobox.js

+ 1 - 0
packages/ui/src/combobox.js

@@ -135,6 +135,7 @@ function handleRoot(el, Alpine) {
                     let value = this.$data.__getCurrentValue()
 
                     input.value = value
+                    input.dispatchEvent(new Event('input'))
                 },
                 __getCurrentValue() {
                     if (! this.$refs.__input) return ''