Can I Use Modal Input as Part of Bulk Action? #1744
Answered
by
lrljoe
Jonnyenglish89
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
lrljoe
Jun 23, 2024
Replies: 1 comment 1 reply
-
What happens if you update your blade to use
Then for the Jetstream dialog modal (x-dialog-modal), I don't believe you should set wire:model on it, as that's used for the confirmation modal only, it's been a while since I've used that tho, so it may have changed. Also, avoid using the same name for a method, and a property, otherwise Livewire will get confused, that may also be the issue here So either rename one or the other! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jonnyenglish89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happens if you update your blade to use
Then for the Jetstream dialog modal (x-dialog-modal), I don't believe you should set wire:model on it, as that's used for the confirmation modal only, it's been a while since I've used that tho, so it may have changed.
Also, avoid using the same name for a method, and a property, otherwise Livewire will get confused, that may also be the issue here
So either rename one or the other!