-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[DatePicker] Fix auto scroll to selected year in year picker view #30423
[DatePicker] Fix auto scroll to selected year in year picker view #30423
Conversation
👋 The migration PR has been merged. Please follow these steps to make sure that the contents are all updated. (Sorry for the inconvenience)
If you are struggle with the steps above, feel free to tag @siriwatknp |
…scroll-to-selected-year
…scroll-to-selected-year
Hi @siriwatknp, thanks a lot for your instructions, I followed them but after that, the check test_types has failed, I tried to solve the issue but I didn’t succeed, now I’m stuck, could you please give me a hint in order to solve the issue? |
Looking forward to this fix! Thanks @boutahlilsoufiane for putting the effort into it 🚀 |
@boutahlilsoufiane note that the pickers are moving inside https://github.com/mui/mui-x. I would propose opening a PR there once they are established. Adding a test case for it would be nice too, to make sure that this does not break other scenarios. cc @flaviendelangle @rwieruch you can add the |
Fix mui/mui-x#4642.
The PR contains the fix of not scrolling to the selected year in the year picker view.