How to add only edit form to a livewire component.
Hey there!
I'm trying to build filament form inside livewire component but I want only edit form, when user click on edit action it should open edit form with data prefilled.
I've tried installing it from documentation, but somehow its not working.
Right now on click of edit button it's not opening any model, also the form field 'Reason' and submit button showing like attaching in screenshot.
Is there anything I'm doing wrong.
blade component code.
Thanks!
I'm trying to build filament form inside livewire component but I want only edit form, when user click on edit action it should open edit form with data prefilled.
I've tried installing it from documentation, but somehow its not working.
Right now on click of edit button it's not opening any model, also the form field 'Reason' and submit button showing like attaching in screenshot.
Is there anything I'm doing wrong.
blade component code.
Thanks!
