With the jQuery controls you had a nice feature that you could add multiple parse formats in which the value could be parsed and have a single one for displaying the value. In the Angular implementation you are limited to a single format that the user should follow, which is very inconvenient as different users are used to type differently.
Would be nice to allow users to type a value in any format that is appropriate for their locale. For example I might want to accept M/d/yy
, M/d/yyyy
, M/d
for dates, for example, and the date to "autocomplete" to the correct value once the user looses focus.
Hi T.Tsonev,
I've requested this for DateInput simply because I see this is the backend input for all Date related widgets.
Ideally I want this integrated in the DatePicker and not as a separate control since I want users to have ability to either use the very nice UI of the DatePicker, or, if they are used to using the keyboard, to just type the date and not be forced to enter the full year.
But also I think that a similar behavior would be nice for the DateRange widget, so users can enter shorter dates when using the keyboard. And there simple DateInputs are being used (not DatePickers).