Update Livewire component from Select
I have a Form with a Select from a related model (topic.name). When the User changes the Topic I want to generate a filename that the User can use. So I added a Livewire component to the form. What I don't know is how to call the function to generate the name when the User changes the Select value. Is this possible? Thanks.
1 Reply
If you have another Livewire component you should communicate with events between them.