This proposal is to introduce/improve on our Date and Time picker controls.
| Capability | Priority |
| :---------- | :------- |
| The Date/TimePicker controls are intuitive to use | Must |
| The Date/TimePicker controls (both rest and expanded modes) work well with keyboard | Must |
| The Date/TimePicker controls work well in both desktop and tablet scenarios | Must |
| The Date/TimePicker controls work well with the narrator in all modes | Must |
| The Date/TimePicker controls maintain their original touch-friendliness | Must |
There has been proposals to this in the past that must be called out, like re-doing the control to follow a behavioral pattern close to that of ComboBox:
As I shared in another issue - this would work nicely IMO and could be added to the existing control with boolean properties like SplitValues and IsEditable
Fixing this issue could help fixing later the other issue you mentioned: #735.
I definitely think this is needed if for nothing more than to allow directly typing into the control as an alternative to selecting from a flyout. With a keyboard typing '7' [tab] '58' [tab] [up] to select 7:58pm would be a lot quicker and useful for desktop scenarios.
Is there any progress being made on this, now the Xaml controls are undergoing a visual refresh? @anawishnoff @YuliKl @chigy @kikisaints
@mdtauk , we have no immediate plan for updating this control.
Most helpful comment
As I shared in another issue - this would work nicely IMO and could be added to the existing control with boolean properties like SplitValues and IsEditable