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!
Issue 1: Unable to Set Null Value When Virtualization is Enabled
Steps to replicate:
Expected Output: The ComboBox value should be set to null.
Current Output: Unable to set null value in the component.
Issue 2: Exception Occurs When Data Source is Cleared While Component Has a Value
Steps to replicate:
Expected Output: No exception should occur.
Current Output: An exception occurs when clearing the data source.
Issue 3: Preselected Value Is Cleared When Data Source Is Assigned With a Delay
Steps to replicate:
Expected Output: When assigning the data source, the preselected value should be set.
Current Output: The preselected value is not set when the data source is assigned with a delay.
Issue 4: Exception Occurs When Setting a Custom Value with Nullable Integer (int?) Type. Need to handle the exception.
Steps to replicate:
Expected Output: No exception should occur, and the CustomValueSpecifier event should trigger.
Current Output: An exception occurs, and the CustomValueSpecifier event is not triggered when setting an integer as a custom value programmatically with TValue set to int?.