F
Filament10mo ago
Sarah

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
Dennis Koch
Dennis Koch10mo ago
If you have another Livewire component you should communicate with events between them.

Did you find this page helpful?