Set other form fields from within a Livewire component as field
How can i set the value of a form field from a livewire component that is inside a form.
how do i access the $form inside LiveSearchComponent, i want to set 'name' field from within LiveSearchComponent.
Is there a way to do it?
2 Replies
not exactly, i want access the form/livewire outside of LiveSearchComponent, not the actual record