Jason Beggs před 2 roky
rodič
revize
5668bf1839
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 ''