All type of validation at custom renderers

I am trying to understand the whole concept of validation, My all renderers are custom react component and I want to add validations of that fields like pan validation, email validation and relative field validation. I also want my form should not submit until all my required field are filled(required field validation).Can you please tell me ?

Hi @SatendraRaghav,

All AJV determined errors are handed over concatenated to one errors string prop. For the submit button I would like to suggest to disable it until the errors array which you receive from JSON Forms are empty.