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!>
Thanks for joining our community and helping improve Syncfusion products!
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.