siemens / ix-blazor

Siemens IX library for Blazor
https://ix.siemens.io/docs/installation/blazor
MIT License
16 stars 10 forks source link

Fix json deserialization error on select value changed #21

Closed VolkerLieber closed 5 months ago

VolkerLieber commented 5 months ago

Due to .NET internal transformation of the provided JSON array, it can happen that ValueChanged receives a JsonElement of type String instead of Array, resulting in an error then trying to deserialize it into an array. This commit fixes that.