Replies: 1 comment 2 replies
-
Which screen reader are you using? Keeping in mind that VO+FF is not a supported combination |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
Context:
I'm using react aria useNumberField and useNumberFieldState from react stately to make a NumberField component. The value change in NumberField using keyboard isn't completely read by the screen reader, announcing only the portion of the changed value. (e.g it announces 'selection replaced 3' when increasing the value from 12 to 13). Furthermore, it seems to be working as intended in the spectrum library. So I added a visually hidden live region that works in chrome and safari but not in Firefox. Can someone help me solve this issue ? Thank you.
CodeSandbox: https://codesandbox.io/s/funny-water-clrwz5?file=/src/NumberField.js
Beta Was this translation helpful? Give feedback.
All reactions