TimePicker renders DOM structure with duplicate IDs

1 Answer 13 Views
Accessibility Labels  TimePicker
Noah
Top achievements
Rank 1
Iron
Noah asked on 24 Apr 2025, 03:00 AM

@progress/kendo-react-dateinputs v9.4.1
@progress/kendo-react-labels v9.4.1

When using TimePicker with a manually defined Label component as such:


<Label 
    id="time-picker-label"
    editorId="time-picker"
    ...
>
    TimePickerLabel
</Label>
<TimePicker
    ariaLabelledBy="time-picker-label"
    id="time-picker"
/>

The generated HTML rendered to the DOM includes a span which has the ID attached to the TimePicker component, as well as the input control element which bears the same ID.  This poses a screen-reader accessibility issue given that the label element's "for" value needs a unique ID.

 

Is this a known issue, and has it been resolved in a later version, or is there a plan to resolve this?

1 Answer, 1 is accepted

Sort by
0
Yanko
Telerik team
answered on 25 Apr 2025, 11:07 AM

Hello,

Thank you for bringing this issue to our attention.

Following your request, I logged this issue in our public GitHub repo as a bug, where you can subscribe to get notified about status updates:

Furthermore, I updated your Telerik Points as a token of appreciation for providing your valuable feedback.

Regards,
Yanko
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Accessibility Labels  TimePicker
Asked by
Noah
Top achievements
Rank 1
Iron
Answers by
Yanko
Telerik team
Share this question
or