How to call multiple functions at the same time in 1 screen
It seems that Filament is performing actions synchronously, sequentially in the order they are called and must wait for each other. (I don't know if this problem is with Filament or LiveWire?)
In my case, the scenario is that I have 1 Custompage screen and custom View.
Above is the form, below is the list of images
It took me about 30 seconds to submit the form
During that time, I want to see the detailed modal of the images below, but I can't. I have to wait for the form submission to finish.
This makes the experience not good,
I would like everyone to give me feedback on how to handle it.
Thank you!
0 Replies