UUI
UUI copied to clipboard
[NumericInput]: The value in the numeric input field is identified by screen readers as an "invalid entry"
Case №1
Description
The value in the numeric input field is identified by screen readers as an "invalid entry"
Precondition
The Screen Reader is turned ON.
Steps to Reproduce
- Open Numericinput component.
- Pass
formatOptionsprop (e.g.formatOptions={ { maximumFractionDigits: 2 } }) - Use the Tab key to navigate to the input and note the announcement.
Actual Result
The value in numeric input field is identified as "invalid entry"
Expected Result
It should not be identified as "invalid", because the value is valid.