Edit Action unexpected character
I have a table with an edit action.
This opens the modal, but as soon as I uncomment the form, I get an error saying:
And my table:
Solution:Jump to solution
$data
is used to get the modal form data
https://filamentphp.com/docs/3.x/actions/modals#modal-forms...4 Replies
what is the output from $data?
I don't know, it doesn't get that far. If I have the ->form() uncommented, the modal doesnt even open
Solution
$data
is used to get the modal form data
https://filamentphp.com/docs/3.x/actions/modals#modal-formsAh, I missed the fillForm part, thank you