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

Description:

If using same firstname in the datasource(like below), the filtering is not working properly for the second name.

Customer’s Sample:

https://stackblitz.com/edit/u3f4iz-hylduu?file=src%2FApp.vue,src%2FdataSource.json

Note: Same issue occurs in js platform too. Please find the sample below

Sample: https://stackblitz.com/edit/xznq5k-xb1sjo?file=datasource.json,index.ts


Replication Procedure:

  1. Run the sample.
  2. Type @.
  3. Type Andrew .
  4. Press space and then type Smith.


Expected:  Andrew Smith should filter.

Actual: All item starts with Andrew is displayed