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!>
Thanks for joining our community and helping improve Syncfusion products!
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.