react-jsonschema-form
react-jsonschema-form copied to clipboard
added feature: `allowClear` in input field
Reasons for making this change
This PR adds support for a new ui:allowClear flag.
-Updated all theme packages to support allowClear feature
Fixes #4671
Checklist
- [ ] I'm updating documentation
- [ ] I've checked the rendering of the Markdown text I've added
- [ ] I'm adding or updating code
- [ ] I'm adding a new feature
- [ ] I've updated the playground with an example use of the feature