JedWatson / JedWatson/react-select
[Async Select] The option items in the drop down list can not be accessed with Voice Access
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 28k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
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:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Async Select example at the linked CodeSandbox example.tsx and reproduce the issue on Windows 11 using Voice Access and the “Show numbers” command. Trace the Async Select entry point after confirming that choosing a numbered option closes the list without selecting it; done means Voice Access selects the announced option and existing selection behavior still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100