ComboBox does not properly support Voice Access
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
### Description
When using a combo box, Voice Access is not able to find the box to click/expand based on the selected value.
### Reproduction Steps
Create a new WPF project, and add a ComboBox with some items in it.
```xaml
```
Run the application and start Voice Access. "item 3" will be selected by default.
### Expected behavior
Because "item 3" is selected, saying "click item 3" should click and thus expand the combo box.
### Actual behavior
Voice access says "We can't find item three. Please try again."
### Regression?
_No response_
### Known Workarounds
_No response_
### Impact
Users cannot use Voice Access to intuitively interact with combo boxes.
### Configuration
_No response_
### Other information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.