The cancel button in a slideOver or modal triggered from an edit table row does not reset the form
Create a Resource file. Sample as below:
click row 1 of table row to edit. SlideOver is displayed with correct data. Click Cancel or the X of the slideOver.
click row 2 of table row to edit. SlideOver is displayed with data from row 1. This is of course incorrect.
Laravel Framework v12.19.3
Filament v3.2
The issue also exists with standard modal view. But for a standard edit page, this works fine!
0 Replies