Row action button not clickable after coming back from modal #942
Unanswered
Unisolgr14
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The row action button becomes unclickable when the modal for confirmation closed (both cancel and confirm event) . The event is trigger as expected. But the buttons on the rows of the table are not clickable. I have found a not so trusted solution ([https://stackoverflow.com/a/72891828/19714908]) (from stackoverflow). It give the solution as
I have found the problem, apparently there's a conflict between the alpine.js from livewire and alpine.js from @powerGridScripts, once I commented out, everyone works fine.
@livewireScripts
{{-- @powerGridScripts--}}
But want to know another way which might not have any drawbacks or in short the proper solution.
Beta Was this translation helpful? Give feedback.
All reactions