Unplanned
Last Updated: 17 May 2024 10:28 by Rick Kauwen

Bug report

When the user try to enter a value using the browser`s autofill, the value is not entered correctly and an error is thrown in the browser console.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/EqaleBaL
  2. Enter some values and click 'Submit'
  3. Run the example again and strat enetring the same Name
  4. When the autofill popup select the name to autofill the rest of the fields.

Note: some browsers may not save the dates in the autofill list. The screencast linked here is when the Edge browser is used.

Current behavior

The value in the DateInput is not filled in correctly and the following error is thrown in the console: Cannot read properties of undefined (reading 'toString') at t.keyEventMatchesAutoSwitchKeys (kendo.all.js:63751:1)

Expected/desired behavior

The value from the autofill should be filled in the DateInput.

The issue is a regression starting with 2023.2.606

Environment

  • Kendo UI version: 2024.2.514
  • Browser: [all ]
Unplanned
Last Updated: 02 Aug 2022 12:20 by Randy
Created by: Randy
Comments: 0
Category: DateInput
Type: Feature Request
1

Hi Team,

I would like to request the functionality to configure the format of the DateInput's messages.  This would help remove any symbols used when the value is set in the DateInput. For example, here is a Progress Kendo UI Dojo which shows a TimePickers DateInput with a colon in the message.

Thank you!

Unplanned
Last Updated: 10 Jan 2022 15:53 by ADMIN
Created by: Hemayet
Comments: 0
Category: DateInput
Type: Bug Report
0

The DatePicker widget does not focus the input element when the calendar icon is clicked. Because of that, validation errors are persisted even when the value of the input has been filled out correctly. The input needs to be manually focused and then unfocused to get rid of the validation message.

This behavior can be observed on the following demo page:

https://demos.telerik.com/kendo-ui/validator/custom-validation 

The demo should be viewed in mobile mode.

Unplanned
Last Updated: 28 Jan 2021 11:40 by ADMIN
Created by: Vitro
Comments: 0
Category: DateInput
Type: Feature Request
2

Currently, when the "dd/MM/yy" format is used and the "year" part is populated with a two-digit number, the value of the widget converts to "01/01/00" which is 1st of January 1900 (the default min value for the DateInput).

The widget assumes that the year is "00xx". However, we should have the option for setting the century to the current one, hence, having the first part of the year as "20xx" or "19xx".

Example for the current behavior of the widget:

https://dojo.telerik.com/eFeSeGEt

Unplanned
Last Updated: 14 Apr 2020 19:56 by ADMIN
Created by: Brynley
Comments: 0
Category: DateInput
Type: Feature Request
1
I'd like to request the functionality to make certain parts of the Kendo UI DateInput to be readonly.  For example, I'd like to show the hours and minutes of a DateInput, but make only the hours editable.