You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dev environment (OS, Sail/Valet/etc): macOS Ventura, Sail
Description:
On a Blade page I use a table and a form. To create the table I use SpladeForm in the controller.
When the form is sent, the contents of the table should be reloaded using x-splade-rehydrate. Instead the page is reloaded and the new entry is displayed.
If I remove the stay attribute on the x-splade-form tag and add ->stay() to the SpladeForm instead, you stay on the page but the table is not reloaded.
I have the same behavior when I use the SpladeForm class.
Description:
On a Blade page I use a table and a form. To create the table I use SpladeForm in the controller.
When the form is sent, the contents of the table should be reloaded using x-splade-rehydrate. Instead the page is reloaded and the new entry is displayed.
If I remove the
stay
attribute on the x-splade-form tag and add->stay()
to the SpladeForm instead, you stay on the page but the table is not reloaded.I have the same behavior when I use the SpladeForm class.
Steps To Reproduce Issue:
In the frontend my site looks like this:
My index function in the controller:
TableEntrys is a SpladeTable.
My store function in the controller:
The text was updated successfully, but these errors were encountered: