Completed
Last Updated: 13 Mar 2020 14:15 by ADMIN
Release 2.9.0
Jamie
Created on: 05 Mar 2020 11:59
Category: DateInput
Type: Bug Report
2
Unexpected years validation behavior on keyboard input

Recreational steps:

1. Typed "05"

2. Typed "right arrow" (select month part)

3. Typed "03"

4. Typed "right arrow" (select year part)

5. Tried typing "2020"... but as you can see things went strangely.

 

3 comments
ADMIN
Marin Bratanov
Posted on: 13 Mar 2020 14:15

Hi Kyle,

Let's keep this discussion in your other thread so we can determine what functionality you are after if you believe this is not related to the bug discussed here.

To answer the question on the date picker - yes, it will work the same way because it is a DateInput under the covers, so both components will have the same user experience.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
Kyle
Posted on: 13 Mar 2020 13:56
Is this also going to work this way for the DatePicker?
Kyle
Posted on: 13 Mar 2020 13:54
I would expect this to work without using the arrows as well. Users should be able to type "05/03/2020" and also "05032020" since that is how these date input fields work everywhere else (see: https://demos.telerik.com/aspnet-mvc/datepicker). Is that a part of this fix?