-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
[pickers] Bug when typing the value on input #13769
Comments
Hey @KarineBrandelli and sry for the late reply. |
@michelengelen @KarineBrandelli This could have been an issue caused by a bug solved with #13779. |
That's the thing, it only happens sometimes, and more likely when you kinda 'hit' the keyboard with a lot of keys at the same time. |
Sure! These are the versions that I'm using: "@mui/material": "5.16.0",
"@mui/x-date-pickers": "7.10.0", |
@KarineBrandelli I've tried fast typing on docs and it does seem to react fine to it. 🤔 Screen.Recording.2024-07-22.at.15.20.19.mov |
It's exactly how your typing, but not only on the year slot! Select the first slot, and then like 'hit' the keyboard until all the slots are filled (dummy I know 😩) |
@LukasTy I did just try it again and also used throttling to simulate heavy load, but still could not reproduce that issue. 🤷🏼 |
The issue has been inactive for 7 days and has been automatically closed. |
Steps to reproduce
Link to live example: (required)
https://codesandbox.io/s/qzkwfj?file=/src/Demo.tsx
Steps:
Current behavior
I'm using the DatePicker component, and sometimes when I type a input value,
this bug happens, like the focus is beeing changed:
bug.webm
I've tried the same 'fast typing' on the docs, and the same thing happens:
docs.webm
I know it's a really unsual bug, but maybe there's something to do about it?
Expected behavior
Not to change the focus between slots.
Context
No response
Your environment
npx @mui/envinfo
Search keywords: typing
The text was updated successfully, but these errors were encountered: