Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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

Multiple request has sent for dropdownlist when we open the dropdown and type on native input

https://stackblitz.com/edit/stackblitz-starters-v2zlcm?file=src%2FApp.tsx,package.json,src%2Fstyle.css

Reproduction Steps:

  • Run the sample
  • Open the dropdownlist popup
  • And type some characters in native input
  • You can see the issue in network tab

Expected Behavior: Multiple request should not send

Current Behavior: Multiple request has sent while typing on native input