FilamentF
Filament2y ago
Jany

How to pass event from livewire component to Form Field Component

I have a Livewire component nested under Form Field, but I cannot find a way to pass event data to form field. Is there any example, how to do it? I am trying On attribute, but neither that or catching event on Livewire element works: @attach="$wire.addToSaveList()" tells, that addToSaveList is undefined.
image.png
image.png
Was this page helpful?