For my custom component, I have a field of type list.
For this first level field, onChange function works perfectly.
I also have a subfield of type list under it, for which I wish to add onChange function.
This throws data clone error as mentioned in this forum onChange and showIf for List's subFields - DataCloneError - #2 by TimG
The above forum mentions to add the functionality in the onChange function of the parent element but I’m not able to access the exact sublist which is getting changed since it gives the entire data of lists and sublists.
Could you please help me with this on how I can achieve this?