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

Value is not maintained properly after we select an option and pressed "enter" key

 

Sample: Bkowdvbl (forked) - StackBlitz


Replication procedure:

  • Open the provided Angular sample with the MultiColumnComboBox.
  • Click on the MultiSelect ComboBox input field.
  • Select an option from the dropdown.
  • Press the Enter key.
  • Observe that the selected value disappears from the input field.

Expected Behavior:
  • The selected value should remain in the input field after pressing Enter.
Actual Behavior:
  • The selected value disappears from the MultiSelect ComboBox input field after pressing Enter.