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

Filtering is not working properly after we giving space

 

Customer Sample:https://stackblitz.com/edit/react-y5dl8jaa-a2z9fulu?file=index.js

Standalone sample: https://stackblitz.com/edit/react-hszrbudn-zs3rfifx?file=index.js,dataSource.json


Replication Procedure:

  • Run the sample
  • Open the popup using @ 
  • search any item that contains space
  • You can see the issue


 

Expected Behavior:
Filtering should work correctly even when the search input contains spaces.

Current Behavior:
Filtering does not return the expected results when a space is included in the search input.