Skip to content
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

[CalendarPicker] Don't move to closest enabled date when props.date contains a disabled date #6146

Merged
merged 2 commits into from
Sep 15, 2022

Conversation

flaviendelangle
Copy link
Member

@flaviendelangle flaviendelangle commented Sep 14, 2022

Fixes #5393

Behavior described in the issue.

@flaviendelangle flaviendelangle added the component: pickers This is the name of the generic UI component, not the React module! label Sep 14, 2022
@flaviendelangle flaviendelangle self-assigned this Sep 14, 2022
@flaviendelangle flaviendelangle added the bug 🐛 Something doesn't work label Sep 14, 2022
@mui-bot
Copy link

mui-bot commented Sep 14, 2022

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 501.4 1,004.9 511.6 743.62 206.778
Sort 100k rows ms 577.2 1,188.8 735.6 852.78 204.521
Select 100k rows ms 264.8 350.2 291.7 303 28.749
Deselect 100k rows ms 122.6 283.9 210.2 204.08 54.22

Generated by 🚫 dangerJS against cc0af74

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Sep 14, 2022
@github-actions
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CalendarPicker] Date resets to minDate if minDate is set programmatically
3 participants