-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch mui range slider for 0 value #3465
Conversation
@c-dante I just merged a PR that is causing conflicts in the |
CHANGELOG.md
Outdated
# 5.2.1 (upcoming) | ||
|
||
## @rjsf/material-ui | ||
- Patch `RangeWidget` to support `0` as range slider value | ||
|
||
## @rjsf/mui | ||
- Patch `RangeWidget` to support `0` as range slider value | ||
|
||
## Dev / docs / playground | ||
- Updated the playground's `numbers` example to use a range slider with a valid negative and `0` value | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, since I haven't cut the 5.2.0 release please append them onto the associated sections for that release
Reasons for making this change
fixes #3458
If your PR is non-trivial and you'd like to schedule a synchronous review, please add it to the weekly meeting agenda: https://docs.google.com/document/d/12PjTvv21k6LIky6bNQVnsplMLLnmEuypTLQF8a-8Wss/edit
Checklist
npm run test:update
to update snapshots, if needed.