How to listen to dispatch events in form?
so i have a button for populating the repeater, basically the button will open a modal and inside a modal there is a livewire filament table. in the bulk action i want to dispatch selected data back to the form.
This is my button
This is my bulk action
This is my button
This is my bulk action


Solution
in the table bulk action i use 2 dispatch
one for passing the data, and the other for closing the modal.
and listen it in the create file
one for passing the data, and the other for closing the modal.
and listen it in the create file