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 442 react-jsonschema-form issues
Sort by recently updated
recently updated
newest added

Fix #4197 for antd, chakra-ui, fluentui-rc, material-ui, mui, semantic-ui ### 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...

### Prerequisites - [x] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/); - [x] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the...

bug

### 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
awaiting response

### 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. ``` formschema:{ "title":...

question
possibly close

### Reasons for making this change fixes #4271 Fix is to first get the defaults from the properties if set, to ensure the dependencies conditions are resolved based on it....

### Prerequisites - [X] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/) ### What theme are you using? core ### What is your question? We have a use case as follows: 1) We...

question
awaiting response
possibly close

### Prerequisites - [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) ### What theme are you using? core ### What is your question? I am specifying a custom `BaseInputTemplate` and `ObjectFieldTemplate` in...

question

### Prerequisites - [ +] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/); ### Description I'm overriding a base StringField component by my custom using instructions. But the base label doesn't appear. ```javascript...

question
possibly close

### Reasons for making this change Fixes https://github.com/rjsf-team/react-jsonschema-form/issues/4279 Fixes `Form` component `focusOnFirstError` throwing an error with `additionalProperties` schema and dot `idSchema` e.g. ``` Failed to execute 'querySelector' on 'Element': 'input[id^=root.title'...

### 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 triage