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?
how do i access the $form inside LiveSearchComponent, i want to set 'name' field from within LiveSearchComponent.
Is there a way to do it?