Unplanned
Last Updated: 20 Feb 2024 11:50 by ADMIN

Hi, 

It will be a good addition to the component if the ability to disable dates is added like the disabledDates input of the DatePicker or jQuery DateRangePicker widget.

Completed
Last Updated: 01 Sep 2023 12:45 by ADMIN
Created by: Bjorn
Comments: 2
Category: DateRange
Type: Feature Request
2
This component is AWESOME! One thing missing is it doesn't fit on mobile at all. It needs to break vertically on smaller devices.
Unplanned
Last Updated: 18 Aug 2023 17:14 by Hariharan
Created by: Hariharan
Comments: 0
Category: DateRange
Type: Feature Request
2
It will be nice to have a single input field for daterangepicker. As of now the user has to open it in two different boxes which is very confusing.
Declined
Last Updated: 14 Jul 2023 09:31 by ADMIN
Created by: Alexey
Comments: 3
Category: DateRange
Type: Feature Request
1

Hi,

I set start = year and depth = year.

I know that regarding documentation:

Note the option will not be applied if start option is lower than depth. Always set both start and depth options. In order to be able to select dates for the range you need to set the depth to month.

Is it possible to select range with months? I would like to select range for instance from Oct 2019 to Jan 2020. How it can be implemented using DateRangePicker ?

Thanks.

Unplanned
Last Updated: 07 Sep 2022 07:09 by ADMIN
Created by: Richmond
Comments: 1
Category: DateRange
Type: Feature Request
1

Currently is not possible to focus the End DateInput, using keyboard shortcuts.

So far the Tab focuses the first input which automatically opens the popup then continues on the next focusable elements on the page skipping the End input.

This is not correct in terms of another component that has a popup in it. The popup should be opened on Alt+Down arrow, while the Tab should go through the Start and End DateInputs fields only.

Please improve and provide built-in keyboard navigation shortcuts for the DateRange component.

 

Declined
Last Updated: 30 Jun 2022 07:57 by ADMIN
Created by: Software
Comments: 0
Category: DateRange
Type: Feature Request
1

Please provide the following layout for a DateRange Picker:

Thank you

Unplanned
Last Updated: 28 Sep 2020 09:34 by ADMIN
Created by: Mitchell
Comments: 1
Category: DateRange
Type: Bug Report
1

The date range picker is not closing when tabbing through inputs when the picker is appended to the 'component'. It also seems that once the date range picker loses focus, it does not close by clicking anywhere else in the document until it regains focus again or the document loses focus.

 

I reproduced it in Stackblitz and attached a video. In the video there is a button after the date picker that logs to the console when it gains focus. Focus starts at the top of the document, start tabbing until the date range picker pops up, then continue tabbing through the date range picker until the button below the picker gains focus. As you can see the date range picker does not close. Here is the Stackblitz editor link to this: https://stackblitz.com/edit/kendo-daterange-bug?file=app/app.component.ts

 

Thanks!

Mitchell