How can i know if a specific field has become valid onchnage the field

i want to call a api once a specific field gets valid to verify the data, is there a way to do it without using custom renders

Hi @venkatsainath,

Any change to the data and the validation is reported via onChange on the JsonForms component. So you can check whether there is still an error relating to that field and if not, then you know it’s valid.