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-orogsc?file=src%2Fmain.ts


After the values of the data source are dynamically changed, if the component has focus and the Enter key is pressed, the popup does not open. However, mouse interactions are working fine.


Replication procedure :

  1. Run the sample.
  2. Click the "Add Value" through keyboard navigation or mouse interaction.
  3. Then focus on the DropdownList component and try to open the popup using keyboard navigation.

Expected Output: The Popup needs to be opened like a Mouse interaction.

Current Output: The Popup does not open when interacting using keyboard navigation.