Description
As for now, timepicker opens as a modal, which is fine for mobile devices. But for desktop it would be a better UX if it would open inline, because that way users don't loose the context (usually some kind of data entry form). Also, it is kind of limiting in situations where picker is in modal already.
See live example at: https://next.material-ui.com/components/time-picker/
My solution:
I suggest using optional tippy.js dropdown solution powered by Popper.js positioning engine. Also would need to implement some kind of mobile detection and I would use a "poke-it" strategy (http://www.stucox.com/blog/you-cant-detect-a-touchscreen/#poke-it) since a user has to touch/click the time icon to open the picker. Maybe anybody can suggest a more robust alternative?
This is a feature request I am filling to contribute to as I am very keen to using this component. Any ideas? Thanks!