Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

When trying to focus the already selected value in the combobox component popup the value does not reads by screen reader


Sample link: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/combo-box/default


Replication procedure:

1. Run the sample

2. Open the NVDA screen reader

3. Now focus the combobox component by using tab key

4. Then press the space button to open the popup

5. Now press the arrow down key to focus the popup element value

6. Now focus the already selected “Basketball” value

Expected: screen reader needs to read the focused value

Output: screen reader does not read the focused value.