react-jsonschema-form
react-jsonschema-form copied to clipboard
A React component for building Web forms from JSON Schema.
### Reasons for making this change Fixes #2141
### Reasons for making this change Currently it is impossible to render a multiselect for an array that doesn't have an enum. This is useful when the array is open-ended...
### Reasons for making this change Updating the data for a form with oneOf or anyOf didn't correctly update the form UI if the new data complies with the first...
### Reasons for making this change [Please describe them here] Focus on first error field while submitting form (if any validation erros) ### Checklist * [x] **I'm adding a new...
On branch issue/941 Changes to be committed: - Updates documentation: docs/advanced-customization/custom-templates.md - Updates documentation: docs/advanced-customization/custom-widgets-fields.md - Updates prop types of errors: packages/core/src/components/fields/SchemaField.js - Updates prop types of errors: packages/core/src/types.js -...
### Reasons for making this change I need the ability to copy item inside array field. Resolves #1712, Resolves #1261 ### Checklist * [x] **I'm updating documentation** - [x] I've...
This PR is a fix for issue #1647 Following the comments in the issue - it seems like the best option was to use the "ui:props" inside the uiSchema (of...
This PR changes the way options are selected in the SelectWidget by using the options array index instead of a serializing the selected value to the DOM (cast to string)....
### Reasons for making this change More flexibility to use inline styles. Handles https://github.com/mozilla-services/react-jsonschema-form/issues/1200 If this is related to existing tickets, include links to them as well. ### Checklist *...
### Reasons for making this change **NOT FOR MERGE YET!** Test failures remain - see discussion below. This PR offers a potential solution for the issue of allowing optional objects...