Amir
Repeater afterStateUpdated
In my Filament form, I have a Repeater that contains a Select field. Both the Repeater and the Select field have afterStateUpdated callbacks. When I make a selection in the Select field:
The Repeater's afterStateUpdated is triggered first.
Then, the Select field's afterStateUpdated is triggered.
I want the Select field's afterStateUpdated to execute first, and then the Repeater's afterStateUpdated should execute.
7 replies