Lukas Tyla
Lukas Tyla
I've gone through the change and it should correctly solve the issue mentioned. But I've investigated the example provided by ARIA and noticed that our approach is quite a bit...
@kingedward35 Could you please clarify which components are you referring to specifically?
I take it you are referring to these icons visible in the toolbar when manual input mode is toggled in the toolbar?  . The examples include working demos with range shortcuts, with a caveat that `onChange` is not...
Thank you @oliviertassinari for providing valuable insight. 🙇 I haven't thought about breaking such cases. Did some more testing and `onMouseDown` seems to cover all bases, it correctly works on...
Accepting #5684 would probably solve your issue @PetroSilenius as pickers would default to rendering desktop version when unable to decide based on `matchMedia` availability. Unless @flaviendelangle would disagree with this...
@PetroSilenius Could you check if the [newest release](https://www.npmjs.com/package/@mui/x-date-pickers/v/5.0.0-beta.5) resolves your issue?
A few notes: - have you looked into the reason why on android the initial focus always jumps to the whole input instead of a clicked section? - what do...
@oliviertassinari Maybe suggesting developers setting ```js openTo="year" ``` in cases where they want to use date picker for DOB inputs would help avoid such cases?
@MonstraG The year picker scrolling to the selected date [is fixed with](https://github.com/mui/mui-x/pull/6089) but the change would only be released in upcoming v6 release. What do you @alexfauquette think. Maybe we...