How to get state with relationships?
How can I use
$livewire->form->getState()
to return all form data including data of relationship fields?2 Replies
I'm pretty sure if you use $get() without any parameters you will get all form data. Ofcourse this only works if you're using a Filament form. But I'm assuming that's what you're using
Where? Is this on save action?
getRawState()