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

Description:

In Multiselect box mode, the selected value is not clear instead last value is cleared from the input, while using backspace.

Sample:   https://stackblitz.com/edit/angular-aplznn-huz5fs?file=src%2Fapp.component.html

Sample Issues occurs in JS platform too.

Demo: https://ej2.syncfusion.com/javascript/demos/#/material3/multi-select/default.html


Replication Procedure:

  1. Run the sample.
  2. Select more item (4 items from the dropdown).
  3. Focus on the input and click left arrow twice.
  4. Now click backspace key.

Expected: Focused item should clear.

Actual: Last item is removed instead of focused item.