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
biebthesecond
biebthesecond2w ago
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
toeknee
toeknee2w ago
Where? Is this on save action? getRawState()

Did you find this page helpful?