Duplicated
Last Updated: 09 Aug 2023 08:47 by ADMIN
Created by: Ken
Comments: 0
Category: DatePicker
Type: Feature Request
1

Hi,

It will be a good addition to the component if there is a way to set the animation duration of the opening and closing of the popup as currently there isn't such a control for the component. Similar to the standalone Popup component:

https://www.telerik.com/kendo-angular-ui/components/popup/api/PopupAnimation/

Thank you for your consideration.

 

Duplicated
Last Updated: 13 Jul 2021 08:04 by ADMIN
Created by: Colin
Comments: 1
Category: DatePicker
Type: Feature Request
2
It would be helpful to allow for a plug-in point in the date-related input components for enabling custom parsing of the entered value before it's formatted.  The format would be consistent after the parsing completes, but there are cases where parsing text and converting it are helpful.  A few examples might be:
- "today" translates to 8/27/2018.
- "yesterday" translates to 8/26/2018.
- "1" translates to the first of the current month: 8/1/2018.
- "nov01/18" translates to 11/1/2018.