react-jsonschema-form
react-jsonschema-form copied to clipboard
A React component for building Web forms from JSON Schema.
### Reasons for making this change In our application, we also pass some "__warnings" properties within the errorSchema (warnings which are then extracted and used in a custom SchemaField). Without...
Dropdown has its own Label Support and if providing onRenderLabel, the label is provided twice given the old implementation. This fixes such it works as today but allow to use...
### Reasons for making this change There are many bugs describing the problem with the current code ignoring some settings from uiSchema; namely - ui:title, - ui:description - ui:options -...
### Reasons for making this change 1. The current code for FieldTemplate and TextWidget in bootstrap 4 is incompatible with the core package. This breaks the external facing API for...
Syncs schema, uiSchema and formData for the Simple example in the playground ### Reasons for making this change This example was a mess, while it's the first example your first...
### Reasons for making this change Hi! I saw there was no TimeWidget and since I needed it for a work project I thought someone else might find it useful,...
~I've picked up from where #1666 has left off, hoping that the work I've done so far will be enough to add this feature.~ ~In addition to the changes outlined...
### Reasons for making this change Make screen reader read field errors, description and help text. Fixes #959 ### Checklist * [ ] **I'm updating documentation** - [ ] I've...
### Reasons for making this change Antd Select widget allows to search in the option array. The current code makes the Select search by the key, not the value -...
### Reasons for making this change For the material-ui theme, the TextWidget supports feeding in extra props, but the SelectWidget does not. They use the same underlying TestField component. If...