react-schema-form icon indicating copy to clipboard operation
react-schema-form copied to clipboard

react form based on json schema for form generation and validation

Results 20 react-schema-form issues
Sort by recently updated
recently updated
newest added

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...

help wanted
question

I have looked at Array.js. It looks like the style field is ignored in the simplearray.json example. ``` "style": { "add": "btn-success" }, ```

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...

bug
help wanted

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...

enhancement
help wanted

Hi, Can we have an indicator for required fields? Like a start? Thanks,

enhancement
help wanted

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: ![screen shot 2016-04-22 at 1 48 06 pm](https://cloud.githubusercontent.com/assets/29537/14754535/e3f889a0-0890-11e6-9e34-34d9d48c9378.png) However, I don't...

enhancement
help wanted

title ![Image](https://github.com/user-attachments/assets/f1a41370-0df4-49cf-b78b-91f0f4a9b2fd) 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...