[Async Select] The option items in the drop down list can not be accessed with Voice Access #5944
Labels
issue/bug-unconfirmed
Issues that describe a bug that hasn't been confirmed by a maintainer yet
Here is the repro steps for this bug(On Windows 11):
1.Go to the example page of Async Select: https://codesandbox.io/s/c48ltc?module=/example.tsx&file=/example.tsx
2.Open the Voice Access in the System Setting of Windows(Setting-Accessibility-Speech-Voice Access) and active it.
3.Open the drop down list of the select control on the example page.
4.Use "Show numbers" command to mark all the interactive element on current page.
5.Read the number mark of a item in the drop down list, and observe the action.
Actual result: The drop down list will be closed but no item was chosen.
Expected result: The item with number mark you read should be selected as the value for this select.
Pic:
1.Use 'Show numbers' command to mark the element:
2.Read the number mark ''86" to choose the "Red" item in the drop down list but nothing was chosen:
The text was updated successfully, but these errors were encountered: