NULL values when submitting form from Livewire Component
I am trying to use Filament on a public page using a Livewire Component.
If I am using the ->statePath('data'); it doesn't return data from all the form components, but if I use specific properties it returns the data.
What am I doing wrong? Why doesn't the form connect properly with the $data array?
If I am using the ->statePath('data'); it doesn't return data from all the form components, but if I use specific properties it returns the data.
What am I doing wrong? Why doesn't the form connect properly with the $data array?


