Skip to content

Conversation

@gdebrauwer
Copy link
Contributor

When I combine Livewire's wire:navigate and listbox components, I get the following error when navigating:

Screenshot 2024-01-30 at 14 15 03

The combobox component does not have that issue. When looking at the source code of the combobox, I saw that the __activateSelectedOrFirst method is directly accessed on this instead of this.$data. This PR changes that in the listbox component in the same way, as that fixes the error.

@calebporzio
Copy link
Collaborator

Ideally we have a test for this, but I get that it happens because of Livewire, so I'll merge. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants