Issues with react-jsonschema-form
I am trying to use react-jsonschema-form. I created a new react project, and edited index.js using the “Usage” code in the react-jsonschema-form documentation. This is the code:
RJSF – disable specific filed validation based on a checkbox input
I want to disable a particular field validation if N/A checkbox is true in RJSF. Likewise each field has N/A checkbox. I need to repeat the same for all. Please help here.
React-jsonschema-form: Conditional logic within the UI-schema
Let’s say I have a simple schema within react-jsonschema-form – with one textfield and a checkbox.