1
0
Günther Debrauwer 1 жил өмнө
parent
commit
79fd16b38d

+ 1 - 1
packages/ui/src/listbox.js

@@ -50,7 +50,7 @@ export default function (Alpine) {
 
         let optionEl = Alpine.findClosest(el, i => i.__optionKey)
 
-        if (! optionEl) throw 'No x-combobox:option directive found...'
+        if (! optionEl) throw 'No x-listbox:option directive found...'
 
         return {
             get isActive() {