nova-json
nova-json copied to clipboard
Using `dependsOn` in `JsonRepeatable` fields
Is there a way to use dependent field on JsonRepeatable?
The documentation only shows to use dependent field on JsonArray. I've also found that SupportsDependentFields trait is already implemented in JsonRepeatable as well.
Thanks!
Hi,
Have you been able to use to use dependent field on JsonRepeatable or JsonArray? I've tried both fields and it looks that dependsOn is not working. What I've missed?
Regards