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!
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?