Planned
Last Updated: 13 May 2024 12:20 by ADMIN

When the for attribute of the native label is set to the id of the native input (and it's wisely generating guids for those so they're unique) there is no need for the aria-labelledby to point back to the id of the label.

The only time you need that aria-labelledby pointing back to the label is on components that aren't using a native input/select/textbox element, like kendo-dropdownlist.

Remove the aria-labelledby for cases when native HTML elements are associated.


Planned
Last Updated: 13 May 2024 10:58 by ADMIN
Created by: Kendo UI
Comments: 0
Category: DropDownList
Type: Feature Request
1

Hi,

At present, the DropDown components do not activate their popups when focused and the spacebar is pressed. Instead, the popup opening is achieved by pressing "alt + arrowDown." However, to align with the behavior of HTML5 select elements, it would be expected that the Kendo DropDown components open their popups when the spacebar is pressed as well.

Planned
Last Updated: 18 Jan 2024 12:02 by ADMIN
Created by: Markus
Comments: 13
Category: DatePicker
Type: Feature Request
33

We face some issue with the with keyboard inputs. The current behavior is that the kendo tries to help us the dates right. For example if you have entered the 28th of February and you start to type another new date which should be the 31.12.2019 for example, after typing the first "3" the is immediately jumping to the month after hitting the first number because there is no date in February which has two digits on a day and starts with a "3". So it tries to get the dates right but the user maybe wants to replace the whole date and just want to continue writing the date.

We need a functionality that the not validate the date the way he does it right now, overtake the validation, like turn it off or anything like that?