How to get Field component data/config in Form Action
Can we get the field component data or the configurations in the mounted form action?
Solution:Jump to solution
https://discord.com/channels/883083792112300104/1217509330090459206/1218514696144031794
Just learned form Ralph that we can use $component variable to get the Field itself on which the action is mounted.
...
1 Reply
Solution
https://discord.com/channels/883083792112300104/1217509330090459206/1218514696144031794
Just learned form Ralph that we can use $component variable to get the Field itself on which the action is mounted.