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!

  • 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

Empty


 

Here the listItemValue is return as null.

Issue Description:

When using Enum type of DataSource for Multiselect control along with custom validation, it returns null value. Need to resolve this issue

 

Issue reproducing sample : 

 

Replication Procedure:

  • Run the sample
  • Now select a value from Multiselect control.
  • Now step over the debugger, you can see it will return default value(null) in the GetValue method.

 

Current Behavior:

Enum type of DataSource for the Multiselect control returns null value when using custom validation.

 

Expected Behavior:

Enum type of DataSource for the Multiselect control should return selected values when using custom validation.


 Here the listItemValue is return as null.

Issue Description:

When using Enum type of DataSource for Multiselect control along with custom validation, it returns null value. Need to resolve this issue

 

Issue reproducing sample : 

 

Replication Procedure:

  • Run the sample
  • Now select a value from Multiselect control.
  • Now step over the debugger, you can see it will return default value(null) in the GetValue method.

 

Current Behavior:

Enum type of DataSource for the Multiselect control returns null value when using custom validation.

 

Expected Behavior:

Enum type of DataSource for the Multiselect control should return selected values when using custom validation.

 Here the listItemValue is return as null.

Issue Description:

When using Enum type of DataSource for Multiselect control along with custom validation, it returns null value. Need to resolve this issue

 

Issue reproducing sample : 

 

Replication Procedure:

  • Run the sample
  • Now select a value from Multiselect control.
  • Now step over the debugger, you can see it will return default value(null) in the GetValue method.

 

Current Behavior:

Enum type of DataSource for the Multiselect control returns null value when using custom validation.

 

Expected Behavior:

Enum type of DataSource for the Multiselect control should return selected values when using custom validation.