Gohan
How would I return a modal form in the Resource Edit Page?
The context is like this:
I am in my resource's record edit page and in the form, I have a viewfield that returns a template with a button.
I now have a function in the Resource's Edit Page where the getHeaderActions is located that waits for the button to be triggered.
After clicking the button, the function updates some attributes of the record but something new that I wanna try is return a modal form instead for normal form use like a TextInput or a FileUpload.
So far what I've tried to do is like this:
But when I click the button, nothing happens so I tried putting a Filament Notification before returning the action and the notification did show up but not the modal form.
Any ideas?
2 replies
Filament User Registration Error
Hello there, I'm trying to enable registration for my filament up but when I test it (local env), I get this error:
I was actually watching Kevin Mckee's Rapid Laravel Apps With Filament series where all he did was add the method to the AdminPanelProvider and he was able to register a user through the login page.
Any ideas why this is happening on my end?
Thanks in advanced 😄
2 replies