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

I'm binding an SfMultiSelect to a list - or array - of short values and the event ValueChanged returns null. To test it I've done this snippet here:

https://blazorplayground.syncfusion.com/LZLSjrCXUPcZzlqJ

Try to change the value of the multiselect and you will see that args.Value is null and the selectedValues turns null.

I attach some images of testing i've done in visual studio. 


Some developer notes here:

As you can see the ItemData of the multiselect has value but the event you fire gives null, maybe a wrong cast from int16?