What is the difference between Filament Field and Livewire Component?.

There is no Livewire Component in a filament Field class headachy. I am asking because I tried to listen to a livewire fired event in my custom field class. The event was captured by other components on the page except the custom field.
1 Reply
Patrick Boivin
Patrick Boivin10mo ago
In the context of a Panel, the Livewire component is typically your Page class (or Widget, or RelationManager, etc.). Each field can hook into this component and make use of Livewire features through it. I think it would possibly be a much bigger headache if each field was its own Livewire component... On the other hand, it's possible to make your own custom form field and use a Livewire component in it. It's just not the default.