I'm having kendo-upload in my application. Keyboard accessibility is working perfectly without JAWS. With JAWS the upload button is not keyboard accessible.
Note : We can't use role=application it will make up/down arrow not to work.
Is there any other way to make it keyboard accessible with JAWS.
sample code
Raised an issue in telerik : https://github.com/telerik/kendo-angular/issues/3564
To reproduce the issue :
https://www.telerik.com/kendo-angular-ui/components/uploads/upload/keyboard-navigation/
Or
https://www.telerik.com/kendo-angular-ui/components/uploads/fileselect/keyboard-navigation/

Expected behavior:: Enter key press should work with JAWS tool (or)
Screen reader should read press alt+enter instead of enter. Why Because alt+enter is working
