RadzenNumeric not working properties "Min" and "Max"

I have a problem with the properties Min and Max.
The problem arises when set the property @bind.Value. when the control have this property the validation of Min or Max value broke.

This is my control and the behaviord

<RadzenNumeric TValue="decimal" Max="100" Min="0" @bind-Value="@Model.MyValue" />

Captura

Hi @juandah,

Unfortunately I don't understand what the problem is.

The control allow values -5 when the property Minis set 0, or allow values like 999 when MaX property is set 100; thats happend when y set @bind-Value property

I still don't follow. I will need a complete code snippet that demonstrates the problem.