formEvents gone in 3.0?
Did formevents disappear with Filament 3.0? The ability from pure JS send events to Filament component.
5 Replies
Not sure what you mean. Can you share an example/docs?
Good questions. I am not sure what happened to them. Did the code stop working or is it just not documented?
Not getting it to work so I assume the foremost unfortunately.
Perhaps another approach is recommended with Filament 3?
I have a JS variable in a form components custom view that I want to "send to" the main Filament component
They still work in 3.x but I think the recommended approach is to convert them to actions.