-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compability with Alpine.js #868
Comments
Include your select item in a div like this x-data and add on select item x-ref="your_id" Works also with livewire |
@greenwebsas, I am trying to get this to work with Alpine and Livewire. Would you be ok to share your code? |
I have another issue when trying to use choices with livewire. When i changing value in choices select, livewire property gets {value: 1} except of simple 1 |
I had the same problem. did you get the solution? @Briareos17 |
I have the same issue with alpinejs. Have anyone managed to solve this? |
Describe the solution you'd like
Have ability to integrate Choices with Alpine.js like Vue do.
The text was updated successfully, but these errors were encountered: