Summary :Once a valid file has been successfully uploaded, the screen reader announces the upload information twice.
The issue is also reproducible with the native HTML example: https://jsfiddle.net/05t714gu/
The FileUploader is implemented according to the accessibility specification.
We do not have access to the file uploader dialog however as this is a system dialog.
When this dialog gets closed the focus will be retrieved back to input field and we’ll hear the same input filed announcement once more.
Summary :Once a valid file has been successfully uploaded, the screen reader announces the upload information twice.
The issue is also reproducible with the native HTML example: https://jsfiddle.net/05t714gu/
The FileUploader is implemented according to the accessibility specification.
We do not have access to the file uploader dialog however as this is a system dialog.
When this dialog gets closed the focus will be retrieved back to input field and we’ll hear the same input filed announcement once more.