to update a field in one livewire component from another lw component.
I structured a form with Splits and Sections to make the layout I want. ( I'm sure there are other better ways to do that.)
These call Livewire:make(..) and all is mostly nice looking for my purposes.
I would like an action in one livewire component to update a textbox in another livewire component.
Is this the job of $set() & $get()?
$livewire? I dd($livewire) and everything must be in there...
I see the keys I have assigned to various components, so I must be able to access and set them.
What must I do to assign a value to a field with a specfic key in another component?
1 Reply
Bump? A search term or doc refreence would be very helpful.