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

If the user types too quickly in the input, the request is not properly made for the entered text. The request is only sent for the initial characters.


Replication procedure:

1. Run the sample.

2. Open the console and network tab.

3. Type quickly in the input component.

4. Refer to the GIF above for reference.

 

Expected Output:  When the user types faster, a request should be made for each character typed.

Current Output: When the user types faster, a request is not made for each character typed.