react-jsonschema-form
react-jsonschema-form copied to clipboard
fix typos in constants.ts, Form.tsx
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 rendering of the Markdown text I've added
- [x] I'm adding or updating code
- [ ] I'm adding a new feature
- [ ] I've updated the playground with an example use of the feature
@heath-freenome I applied all your suggestions. I didn't thought of backwards compatibility, thanks!