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

added feature: `allowClear` in input field

Open Suyog241005 opened this issue 3 weeks ago • 0 comments

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'm adding or updating code
    • [ ] I've added and/or updated tests. I've run npx nx run-many --target=build --exclude=@rjsf/docs && npm run test:update to update snapshots, if needed.
    • [ ] I've updated docs if needed
    • [ ] 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

Suyog241005 avatar Dec 06 '25 07:12 Suyog241005