Disable all form fields based on one condition

In form we have set of fields, and we want to pragmatically disable all fields in the form.

we are using vue-vanilla renderer

Hi @rohan.thakare,

we offer a readonly prop on the root component which you can use to disable all fields.

Hi Stefan,
Thanks for quick response and it worked perfectly.