Unplanned
Last Updated: 07 Mar 2024 08:41 by ADMIN

Hi,

Currently, `week` is missing as an option in the DateInputCustomFormatPlaceholder and would be a good addition to the API.

Completed
Last Updated: 13 Oct 2023 13:51 by ADMIN
Created by: Shawn
Comments: 2
Category: DateInput
Type: Feature Request
9
To my users the auto-tab behavior confusing because when they type '1/', focus auto-tabs to the day section (US Format), but when they type '8/', focus is on the year because it already auto-tabbed after the 8 and then they have to back up to get focus to the day.

I would like to be able to configure the auto-tab behavior so that the DateInput only auto-tabs when they type '/' or when a section is full (i.e. disable smart auto-tabbing).
Unplanned
Last Updated: 09 Aug 2023 09:20 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: DateInput
Type: Feature Request
4

Hi,

Add a close button to clear value just like ComboBox.

Unplanned
Last Updated: 11 May 2023 15:00 by Krishna
Created by: Krishna
Comments: 0
Category: DateInput
Type: Feature Request
1

Hi Team!

As of now, when the DateInputs components are in adaptive mode, there is no option for clearing their value. I would like to have an option for such a feature. 

Unplanned
Last Updated: 16 Sep 2021 13:20 by ADMIN
Created by: Jay
Comments: 4
Category: DateInput
Type: Feature Request
18

Hello

Below are some features we would like to have

Optionally remove the date input mask, so user will be able to type the date as free text field
- But when invalid, should change to previous value on blur
- Also to navigate out of datepickers user have to press tab multiple times
- Copy paste date should work as in free text field
- Select full date by mouse double click to copy
- User is responsible to copy date in proper format to work, or it should fall back to previous value

Next previous option in calendar view
- Next previous button in the calendar view instead of left navigation section

As we had discussed to be in feature request at: https://www.telerik.com/account/support-tickets/view-ticket/1388872

We already have similar feature requested as we know: https://feedback.telerik.com/kendo-angular-ui/1384025-cannot-copy-paste-date-between-2-datepickers

Thank you
Best regards
Mahavir
Unplanned
Last Updated: 13 Aug 2021 11:28 by ADMIN
Created by: Gina
Comments: 1
Category: DateInput
Type: Feature Request
5
Like there was in the NG1 component, I am looking for a way to make it possible for the user to enter the date with the keyboard in different formats (e.g.D.M.YY, D.M.YYYY, DD.MM.YY, DD.MM.YYYY)
Unplanned
Last Updated: 11 Feb 2019 08:16 by ADMIN
Created by: Plamen Ratchev
Comments: 3
Category: DateInput
Type: Feature Request
3

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/yyM/d/yyyyM/d for dates, for example, and the date to "autocomplete" to the correct value once the user looses focus.