Skip to content

Can I Use Modal Input as Part of Bulk Action? #1744

Answered by lrljoe
Jonnyenglish89 asked this question in Q&A
Discussion options

You must be logged in to vote

What happens if you update your blade to use

if ($this->showValueModal)

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!

Replies: 1 comment 1 reply

Comment options

lrljoe
Jun 23, 2024
Collaborator Sponsor

You must be logged in to vote
1 reply
@Jonnyenglish89
Comment options

Answer selected by Jonnyenglish89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants