react-jsonschema-form
react-jsonschema-form copied to clipboard
A React component for building Web forms from JSON Schema.
### 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...
### Reasons for making this change fix typos - RJSF_ADDITONAL_PROPERTIES_FLAG => RJSF_ADDITIONAL_PROPERTIES_FLAG - acceptcharset => acceptCharset ### Checklist - [ ] **I'm updating documentation** - [ ] I've [checked the...
### 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...
### Reasons for making this change fixes #4081 For now I implemented the draft version (code and markdown documentation is not finished yet). Would you be able to look if...
Bumps [framer-motion](https://github.com/framer/motion) from 5.6.0 to 11.1.9. Changelog Sourced from framer-motion's changelog. [11.1.9] 2024-05-07 Changed Reinstating async event handlers to fix issues with user code and Suspence within Framer. [11.1.8] 2024-05-06...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
### Reasons for making this change I introduced a **raiseFieldErrors** method to raise errors from within a custom component(see #2718). The current behavior allows errors to be raised from custom...
### 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? Hi! I am trying to upgrade from v4 to...
### 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? when change anyof ,use options 2, the value still...