Add submit button in Angular jsonforms

I am using json forms in my angular application.
Is there any way to add submit button to the form that can be disabled if the form is invalid ?

Hi @SouradeepMldt,

If there is an error in the form JSON Forms emits it via the errors binding. You can add a submit button and disable it until you receive empty errors and disable it again once the errors are not empty.

1 Like