react-jsonschema-form
react-jsonschema-form copied to clipboard
A React component for building Web forms from JSON Schema.
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...
### Description Need to render a text field which calls some endpoint on every character input. #### Expected behavior
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" } }...
Tabs
His there a way to implement a form in multiple tabs ? Like that ? https://react-bootstrap.github.io/components/tabs/
### 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)....
### 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": {...
### 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...
### 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...
### 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...
### 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...