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

In the ComboBox component with the item template, the autofill property 
only works with string values; if the value field is set as integers, then the Autofill property will not work.


Sample: https://support.syncfusion.com/attachment/download/408805


Replication procedure :

  1. Run the sample.
  2. Try to search in the component.

Expected Output: The autofill property needs to show the suggestion based on the input.

Current Output: The autofill property does not show the suggestion based on the input.