react-jsonschema-form
react-jsonschema-form copied to clipboard
A React component for building Web forms from JSON Schema.
### Prerequisites - [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) ### What theme are you using? antd ### What is your question? I'm using the @rjsf/antd library and I have the...
### Prerequisites - [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) ### What theme are you using? other ### Is your feature request related to a problem? Please describe. Currently, `react-jsonschema-form` provides...
### 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...
## Feature Request: Dynamic uiSchema for Array Items ### Problem Statement Currently, RJSF applies the same `uiSchema` to all items in an array. This limitation makes it impossible to have...
### 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...
Backports #4665 for #4634 ### Checklist - [ ] **I'm updating documentation** - [ ] I've [checked the rendering](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing) of the Markdown text I've added - [ ] **I'm adding...
### Reasons for making this change Add the ability to override existing form values (especially arrays) with defaults ### Checklist - [x] **I'm updating documentation** - [x] I've [checked the...
- Remove experimental prefix and adjust any implementation that is needing improvement that would be a break change otherwise - Remove includeUndefinedValues from getDefaultFormState in favor of DefaultFormStateBehavior object -...
Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. Release notes Sourced from ajv-formats's releases. v3.0.0-rc.0 Formats time and date-time now require timezone, as per JSON Schema specification / RFC3339. Added formats iso-time...