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:
Replication Procedure:
Run the sample
Select any value in the dropdown
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