Change the tabindex of input tag from - 1 to 0. So that enter key press will work with screen reader tools.
Alt+Enter is working but screen reader reading like "To activate press Enter".
To reproduce :
https://www.telerik.com/kendo-angular-ui/components/uploads/upload/keyboard-navigation/
Hello Revathi,
Thank you for the provided screenshot.
For the records, as described in more detail in this issue comment, some screen readers themselves provide keyboard navigation which overrides the keyboard navigation of the components.
Setting role="application" to the Upload does not seem to change the built-in navigation of the arrows.
https://stackblitz.com/edit/angular-nccwnl?file=app%2Fupload.component.ts
The mentioned <input /> element in fact does not receive the focus when tabbing through the component. That is why by default the tabindex property is set to -1 and up to now, we don't have intentions to change that behavior.
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.