-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Scale Version
3.0.0-beta.151
Framework and version
Angular latest with auto-generated scale wrapper packages
Current Behavior
When using the aria-details-id property on the scale-dropdown-select field and a div with an id to have the additional information read, the information is not being read by the screen reader (NVDA).
Expected Behavior
The expected behavior is the one that occurs in the other fields (text-field, text-area, etc.), where the property does work correctly and is read by the screen reader.
Code Reproduction
html:
ts:
ui:
Desktop (please complete the following information):
- Browser chrome
- Version latest
Additional context
The exact same steps were reproduced for the other fields and they did work. The only one that seems not to work is this one. It couldn’t be replicated in the sandbox because it runs very slowly.