react-schema-form
react-schema-form copied to clipboard
react form based on json schema for form generation and validation
When I enter all the required fields and click on validate then I get the following response which is correct. { "error": null, "missing": [], "valid": true } However when...
I have looked at Array.js. It looks like the style field is ignored in the simplearray.json example. ``` "style": { "add": "btn-success" }, ```
conditionals
can i have conditional display of values? like ticking a checkbox or selecting a radio to open up an input.
In the following GIF image you can see that: 1. I'm adding three elements to the array (A, B and C) 2. I'm removing the second element (B) 3. The...
Is there a method for refreshing form values or re-rendering the SchemaForm when the model updates? It seems the SchemaForm doesn't react (no pun intended) to model changes (for example...
Hi, Can we have an indicator for required fields? Like a start? Thanks,
Is there a way I can change the validation behavior? It seems to affect the demo page too. If I load a form, I can immediately save it without actually...
I would like to build forms layered horizontally within a `form-group` like "Primary Colors", "Secondary Colors", etc, see this:  However, I don't...
title  http://networknt.github.io/react-schema-form/
The latest release in this repo is 1.0.3 (a few years ago) In the last couple of weeks, this repo has got active again, and a version 1.0.4 and 1.0.5...