Dispatch from link #461
Replies: 2 comments 5 replies
-
If you redirect the user to something like @if($modal = request()->get('modal'))
<script>Livewire.dispatch('modal.open', { component: '{{ $modal }}' });</script>
@endif |
Beta Was this translation helpful? Give feedback.
-
For more context;
This is the view of this component :
The part related to the form is not important.
The button when clicked open the modal, and it works fine.
|
Beta Was this translation helpful? Give feedback.
-
after creating an object, an email is sent to someone with a link that redirect to the index page, can i dispatch the modal after the redirection or like somehow doing both things at the same time (open the page and activate the modal).
Beta Was this translation helpful? Give feedback.
All reactions