-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[pickers] Fix popper click-away behavior #18804
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
Conversation
Deploy preview: https://deploy-preview-18804--material-ui-x.netlify.app/ Bundle size reportTotal Size Change: ▼-62B(0.00%) - Total Gzip Change: 🔺+209B(+0.01%) Show details for 100 more bundles (22 more not shown)@mui/x-date-pickers-pro/AdapterDayjs parsed: 🔺+293B(+3.60%) gzip: 🔺+80B(+3.12%) |
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.
LGTM!
Good catch 🥇
Noticed it while working on: #13434.
I feel like this is a prerequisite for the above. 👍
This has always been a problem due to our custom
PickerPopper
implementation. 🙈After selecting a value in a Picker (DatePicker, DateTimePicker, or other Picker using
PickerDay
) with keyboard (Enter), clicking away does not close the Picker after the first click a second click is needed.Before
Screen.Recording.2025-07-15.at.09.20.30.mov
After
Screen.Recording.2025-07-15.at.09.53.15.mov