Replies: 1 comment
-
|
for Form, make sure you have type="button" in the Button tag. button type="button" wire:click="$dispatch('openModal', { component: 'delete-user', arguments: { user: {{ $user->id }} }})">Delete User button |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello there,
I have form in my child modal and after I close child modal, doesn't matter if it is after saving changes or just cancelling and emitting closeModal on click of a button - it closes the parent one.
Works well without forms. Is this how it should behave or I might have made some mistake here?
Beta Was this translation helpful? Give feedback.
All reactions