react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

fix typos in constants.ts, Form.tsx

Open HanJaeJoon opened this issue 1 year ago • 1 comments

Reasons for making this change

fix typos

  • RJSF_ADDITONAL_PROPERTIES_FLAG => RJSF_ADDITIONAL_PROPERTIES_FLAG
  • acceptcharset => acceptCharset

Checklist

  • [ ] I'm updating documentation
  • [x] I'm adding or updating code
    • [ ] I've added and/or updated tests. I've run npm run test:update to update snapshots, if needed.
    • [ ] I've updated docs if needed
    • [x] I've updated the changelog with a description of the PR
  • [ ] I'm adding a new feature
    • [ ] I've updated the playground with an example use of the feature

HanJaeJoon avatar May 03 '24 09:05 HanJaeJoon

@heath-freenome I applied all your suggestions. I didn't thought of backwards compatibility, thanks!

HanJaeJoon avatar May 12 '24 12:05 HanJaeJoon