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!

1
Vote

When using keyboard navigation within the MultiSelect component (with checkbox mode enabled), the focus state does not correctly update when navigating away from the "Select All" item. The spacebar incorrectly triggers "Select All" rather than toggling the selected item.   

 If the user repeats the process but moves the focus up one more time before selecting, the issue does not occur — indicating that the internal focus or selection state is not updated correctly after the first interaction.

Replication Procedure:
  1. Opens the dropdown
  2. Navigates down using the arrow key
  3. Moves back up and focuses the "Select All"  selecting it and deselecting using space bar.

Expected Output:
Only the specific item should be selected.
Current Output:
All items are selected instead, as if "Select All" was triggered again.