rjsf-team / react-jsonschema-form

A React component for building Web forms from JSON Schema.
https://rjsf-team.github.io/react-jsonschema-form/
Apache License 2.0
13.8k stars 2.16k forks source link

docs: fix typo on custom-widgets-fields.md #4171

Closed enzoferey closed 1 month ago

enzoferey commented 1 month ago

Reasons for making this change

I believe this is a typo, if we are talking about a boolean value the BooleanField should be rendered and not the ObjectField.

Checklist