You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alpine Expression Error: component.data.optionsValues is undefined
Expression: "selectDown(window.livewire.find('AIPnzW965NeyVlAjcTY9'))"
Alpine Expression Error: component.data.optionsValues is undefined
Expression: "confirmSelection(window.livewire.find('AIPnzW965NeyVlAjcTY9'))"
Strangely, keydown.arrow-up works find, so I can use the keyboard to select options upward, but cannot select downwards or confirm selection by using keyboard, only mouse.
Using searchable option, getting errors on keydown.arrow-down and keydown.enter events. On Chrome:
Alpine Expression Error: Cannot read properties of undefined (reading 'length')
Expression: "selectDown(window.livewire.find('JTuTirbOLoeINK9XhTum'))"
Alpine Expression Error: Cannot read properties of undefined (reading 'length')
Expression: "confirmSelection(window.livewire.find('JTuTirbOLoeINK9XhTum'))"
On Firefox:
Alpine Expression Error: component.data.optionsValues is undefined
Expression: "selectDown(window.livewire.find('AIPnzW965NeyVlAjcTY9'))"
Alpine Expression Error: component.data.optionsValues is undefined
Expression: "confirmSelection(window.livewire.find('AIPnzW965NeyVlAjcTY9'))"
Strangely, keydown.arrow-up works find, so I can use the keyboard to select options upward, but cannot select downwards or confirm selection by using keyboard, only mouse.
Alpine v3.7.1
Livewire v2.10.1
livewire-select v2.1.0
Thanks.
The text was updated successfully, but these errors were encountered: