Replies: 1 comment
-
Thanks for the proposal @jrovny. The closest one would be this issue on the platform repo: microsoft/microsoft-ui-xaml#735 for I am able to use the keyboard with Luckily,
Not sure what behavior is baked into the existing control with click events and stuff, but this would be the best way to create this thing and make it easier to maintain without having to duplicate all the existing behavior. (I'm actually trying to do something similar for the If you'd like to try doing this in labs, let us know. We're here to help. |
Beta Was this translation helpful? Give feedback.
-
The existing Microsoft.UI.Xaml.Controls Date Picker as documented here is unworkable for us as it doesn't allow for rapid data entry. The user is forced to interact with the control using the mouse. That alone is a non-starter for our users, not to mention the control has a very unintuitive look and feel.
It would be extremely helpful if there was a date picker that allows data entry much like a regular textbox, but with a mini calendar button embedded in it that opens a calendar control. As far as behavior, the Angular Material date picker is a good reference point. It auto-formats the dates using a default date format template. You can even specify a collection of date format templates to use. So if a user entered the date as "dd/MM," "yyyy-MM-dd" or "yy-MM-dd" the control will understand and format accordingly. It also flags invalid dates.
This is a control I plan to create for my organization. I wondered if something like this was ever considered or potentially in the works.
I searched but couldn't find anything.
Very interested in your thoughts and feedback.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions