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

ComboBox change event argument "isInteracted" returns false with autofill case. When type A and focus out the control, isInteracted returns false.


Replication procedure:

1. Open the attached sample:

Sample with autofill API enabled case.

https://stackblitz.com/edit/angular-2pystk-wmg82f?file=app.component.ts

2. Type 'A' in the input

3. Focus out the control, isInteracted returns false.

4. Text value not updated in the properties.

Output: 

isInteracted returns false.

Expected output:

isInteracted returns true