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!

1
Vote

When using two-way binding and updating the value other then initial loaded value, the value is not properly update to the component.


Note: Issue occurs only when enabling virtualization.


Sample: https://stackblitz.com/edit/5kk7xd-ccczzy?file=src%2fApp.vue


Note: The value from 1 to 12 is updated properly to the component after 12 the value is not updated because in initial rendering 12 items are loaded to the component.

Replication Procedure:

  1. Run the sample.
  2. Type id13 in the below input field and see the issue.

Expected: Value should updated properly to the component when using two-way binding

Actual: Value is not updated properly to the component when using two-way binding