call to member function on null in select with relationship
What should be the error here, my code
I also put
$this->form->fill();
in mount()7 Replies
Error
You didn't provide a model, right?
wdym? I have this like below
This is for v2 but should be somewhat similar https://filamentphp.com/docs/2.x/forms/getting-started#registering-a-model
I've added but still same error, this only happens on select with relationship.. but options is working
Was on my mobile, so couldn't really search. Searched the docs again for you. This is the new way: https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#setting-a-form-model
Still not working, maybe my approach is bad.. I'll check more