RadzenColorPicker

I'm getting an exception with the RadzenColorPicker control when loading the page in Radzen Blazor Studio. Does not like that I have @bind-Value=@town.TownColor where TownColor is a string.

Hi @BillLinck,

It seems that RadzenColorPicker chokes on invalid values (ones that it cannot parse as a color). We have to fix that (I think this time it isn't Radzen Blazor Studio's fault).

OK, thanks. My initial value is NULL, so I guess that's why.