idkwhoami
Filament Plugin Page Form Issue
Hey there im running into a small issue with panel pages and livewire components using filament forms.
I have the following setup:
I have an Admin panel which is registered via a filament plugin. That panel has tenancy so i want to ship the plugin with a premade tenant profile page.
I created the profile page it's class looks like this:
And here the view:
As you can see i created a component called tenant-customization to hold the a filament form.
Here i followed the instructions in the Filament docs here:
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
So my component is basically a copy & paste of the docs code at the moment.
But whenever i actually view the page the form doesn't render at all also when clicking "Submit" an error occurs which is a bit confusing:
Why is it trying to refresh the page view instead of re-rendering the component view ?
Am i missing something ?
I appreciate any ideas ^^
3 replies