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

A React component for building Web forms from JSON Schema.

Results 563 react-jsonschema-form issues
Sort by recently updated
recently updated
newest added

Material-UI's form fields support more UI configurations, but those config settings are not exported to the user with the current widgets. For example - if you look at the current...

material-ui
feature

### Description Need to render a text field which calls some endpoint on every character input. #### Expected behavior

core
feature

Here is a valid schema: ``` { "title": "A registration form", "description": "A simple form example.", "type": "object", "required": [ "address" ], "properties": { "address": { "$ref": "https://api.myjson.com/bins/3bkzl.json#/definitions/address" } }...

help wanted
feature

His there a way to implement a form in multiple tabs ? Like that ? https://react-bootstrap.github.io/components/tabs/

feature

### Description 1. Currently there is no native way to disable the submit button when a form is in a _pristine_ state (has the same data as it did initially)....

help wanted
feature

### Prerequisites - [x] I have read the [documentation](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#readme). ### Description I am using Json.NET Schema to return a Json Schema with this type of properties ``` javascript "AddressList": {...

feature

### Prerequisites - [x] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) ### What theme are you using? core ### Is your feature request related to a problem? Please describe. When no widget...

feature

### Prerequisites - [x] I have searched the existing issues - [x] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. - [x] I have read...

bug
help wanted

### Prerequisites - [x] I have searched the existing issues - [x] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. - [x] I have read...

bug
react 19 issue

### Prerequisites - [x] I have searched the existing issues - [x] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. - [x] I have read...

bug
needs reproducible example