How to make logic `afterStateUpdateJs()` in filament v3?
https://x.com/leandrocfe/status/1816568005020516788 how do that, in filament v3?
Leandro Ferreira (@leandrocfe) on X
In Filament V4, a new method called afterStateUpdatedJs will be introduced, enabling state updates on the client side using Javascript 🤯

X

7 Replies
as for v3 you can do something like this .
-
mountedActionsData
, what this form?
How debug it using console.log()
?change is a javascript event .
you can do console.log inside those method .
wait, @change js humm this is alpine js directive? or native javascirpt?
native js bro .
can you share docs about that, i think @change = directive like @click in alpinejs.
@change
is an alpine wrapper for the native onChange