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

Sample : https://stackblitz.com/edit/angular-fkhken-gruft7?file=src%2Fmain.ts,package.json,src%2Fapp.component.html


If the ComboBox popup has shown, the NVDA reader is unable to announce the “Expanded” if the component has value in it. Also, at the initial time of opening the popup, the “Expanded” notification is announced.


Replication procedure :

  1. Run the sample.
  2. Run the NVDA screen reader.
  3. Open the popup using Mouse or Keyboard interaction.
  4. Close the popup and again open the popup.

Expected Output: Every time when the popup gets shown “Expanded” notification needs to announce like the initial time.

Current Output: Only the initial time when the popup gets shown “Expanded” notification announced.