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

When using the MultiSelect component with virtualization enabled, adding a custom value or preselecting a value that is not present in the loaded data source causes an issue.
After manual selection of an item, the component displays "undefined" instead of the correct value.The issue occurs in both cases: The issue occurs in both cases:

    • When allowCustomValue is set to true
    • When a custom/preselected value is assigned initially




Replication Procedure:
  1. Run the sample
  2. Select any value in the dropdown 
  3. See the issue 

Expected Output:
  • When allowCustomValue = true:
    Component should display the custom value correctly
    After manual selection, both custom and selected values should appear properly
  • When allowCustomValue = false:
    No invalid/custom values should be preselected
    After manual selection, selected values should display correctly