-
-
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] Support keyboard entry on mobile #7869
Comments
Thank you for opening this issue!
If you need to disable the component altogether, please refer to the As for your mentioned "Expected behavior": we've had discussions about it, but I can't find any issue mentioning it, so I'll rename this one to better reflect the intent unless @flaviendelangle knows the issue we are talking about. |
Also correctly handle the |
We agreed to unify the field/input behavior on Mobile Pickers allowing editing in them just like React Spectrum does. Once that is done, having the |
Or by just rendering the field component. <DateField InputProps={{ endAdorment: "I don't remember the name of the icon" }} /> |
Duplicates
Latest version
Steps to reproduce 🕹
Link to live example: https://codesandbox.io/s/silly-mirzakhani-dhigkw?file=/demo.tsx:1142-1158&resolutionWidth=320&resolutionHeight=675
Nothing happens if we add the prop
disableOpenPicker
to the componentCurrent behavior 😯
MobileTimePicker
is opening with standard Clock view for choosing the time even disableOpenPicker is present astrue
Expected behavior 🤔
The expectation to have a possibility to set the time without Clock, by typing as in
DesktopTimePicker
Context 🔦
No response
Your environment 🌎
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: