Numeric nullable int Min value

I was trying to set at nullable RadzenNumeric to not have values below 1 when set.
Unfortunately I get an error when I do. Is there a way to work around this?

This is the component:
<RadzenNumeric @bind-Value="StartValue"
TValue="int?"
Name="From value"
Min="1"
Disabled="amountValue.HasValue">

This is part of the error:
Warning: Unhandled exception rendering component: Invalid cast from 'System.Decimal' to 'System.Nullable`1[[System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'.

It should be fixed in just published Radzen.Blazor 1.1.18.

1 Like