Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncFusionBlazorApp-1986516329
Replication procedure:
Expected Output: The Preselect value needs to bound to the component.
Current Output: The Preselect value does not bound to the component.
Scenario #2:
Component: MultiSelect
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionBlazorApp-1085643707
Validation Details:
The `where` query is not executed if the preselected values are bound to the component. The issue also occurs when virtualization is disabled.
Replication procedure:
· Run the sample.
· Select “1”, “22” and “750” using filtering and click the toggle button.
· Now click the toggle button again
Expected Output: All the values need to be bound to the component.
Current Output: The `where` query is not executed, and only the `Take` query value is bound to the component.