-
Notifications
You must be signed in to change notification settings - Fork 273
[ui5-input] - Acc - Unexpectedly announces 'Invalid Entry' when input is 'required' #2415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @allen138 I can see you are using NVDA, before I forward the issue to the responsible team @SAP/ui5-webcomponents-topic-rl , BR, |
Hi @ilhan007 , It is also reproducible on JAWS in chrome. I was only using NVDA because my JAWS speech history screen was giving me problems, kept closing when trying to take a screen shot of it. But I tested the issue in Chrome Version 86.0.4240.111 (Official Build) (64-bit) with JAWS and NVDA and both had the same behavior. Let me know if there is any other information you may need. Thanks, |
Hi, Please check this issue for more details: FreedomScientific/standards-support#320. Best Regards, |
Hi @nikolay-kolarov, I will utilize the aria-invalid attribute. Thanks, |
Hi @nikolay-kolarov, @ilhan007, The only issue with using the The other issue I find is if I use the 'required' property it will add both a
Its may be possible at runtime to get a reference to the ui5-input and access the I think a viable solution would be to modify the ui5-input to either only use the attribute Thanks, |
Hello @nikolay-kolarov can you see the comment by Allen and comment on the issue. |
Hello @allen138, Since, when using the "required" html attribute, "Invalid entry" is expected to be read out, we decided to use aria-required attribute instead. Best Regards, |
Sounds good. Thank you! |
Describe the bug
When using the ui5-input and adding the property 'required' the screen reader will narrate 'Invalid entry' on initial focus, before the user has attempted to type in the field.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Screen reader should only announce: 'Enter you Name edit required'
Screenshots

Context
Affected components ui5-input
Priority: (optional) Medium
The text was updated successfully, but these errors were encountered: