actions AND header widget in EditPage not working in v3
Hi,
I have a quite normal Resource witch Edit page has some stand Action that opens a modal form. Everything works ok. Now, I want to add up a header widget that shows revellant info in the same Resource Edit page. When I activate the widget, the action buttons stop working. They gray out the page (to open the modal page) but then nothing is shown in the form. I tried with standard Table Widget and with my own and did not work.
I guess:
a) Form actions are routed to widget livewire instead of the form livewire?
or
b) The wigdet rendering (which renders AFTER form action buttons) is not playing nice with what filament form expects.
In this sense... I tried to avoid a) by showing the data, not as a widget, but as a hook in 'panels::page.header-widgets.before'. So no widget livewire messing up. Yet in this way action buttons do not work neither.
2 Replies