UUI icon indicating copy to clipboard operation
UUI copied to clipboard

[NumericInput]: The value in the numeric input field is identified by screen readers as an "invalid entry"

Open mari-shakhanava opened this issue 1 year ago • 2 comments

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

  1. Open Numericinput component.
  2. Pass formatOptions prop (e.g. formatOptions={ { maximumFractionDigits: 2 } })
  3. Use the Tab key to navigate to the input and note the announcement.

Actual Result

numeric input-1

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.

mari-shakhanava avatar Jun 20 '24 15:06 mari-shakhanava