Lukas Tyla
Lukas Tyla
It would be nice to push this PR forward as it will resolve a critical [dependabot alert](https://github.com/mui/mui-x/security/dependabot/23)
> I read some files, but it would take an eternity to open each file modification to check if modification are just type renaming or logic modification. ```js [...document.querySelectorAll('button.load-diff-button')].forEach(button =>...
@vickOnRails @Misiu We have added (https://github.com/mui/mui-x/pull/7176) the option to provide a custom view renderer to any of the picker views in v6. Could you double check if that would solve...
> but not sure if this will allow us to build a single view that will allow us to pick hours and minutes (like on screenshots in initial message). Idea...
@JStevens127 We are currently working on providing the mentioned solution as the new default on desktop time pickers. 😉 You can check the new `DigitalClock` component [here](https://deploy-preview-7958--material-ui-x.netlify.app/x/react-date-pickers/digital-clock/) and the new...
Closing this issue as the ability to provide your own view renderer has already been introduced in v6. For now, it's [mentioned in the migration guide](https://mui.com/x/migration/migration-pickers-v5/#stop-rendering-a-clock-on-desktop). We will improve upon...
> Is there any intention of implementing this feature or is there a way to modify the date range picker locally to support this? We are not dismissing such idea,...
> An important conclusion for us here is that we should always release the package if it bumps the exact dependency version. Well. I'm sorry for pushing us to this...
@pawelproject thank you for a great observation. 🙏 Comparing the information in the [lifecycle docs](https://mui.com/x/react-date-pickers/lifecycle/#when-is-onaccept-called) and the actual behavior in this particular case suggests that we need to fix this...
Hello @ahellam, have you tried using `DateRangeCalendar` to achieve the behavior you need? 🤔 [This is](https://codesandbox.io/p/sandbox/laughing-waterfall-clfl4r?file=%2Fsrc%2FDemo.tsx%3A16%2C24) a rough idea of how it could behave. Let me know if you see...