RadzenNumeric not firing OnChange event

If I enter a decimal value to RadzenNumeric control with TValue="int" it won't fire the OnChange event

<RadzenNumeric TValue="int" Change=@(args => OnChange(args, "Numeric")) />

Either it should restrict entering decimal point, if the TValue="int" or round to int

The problem is fixed in the latest update. If the new value cannot be parsed the numeric component will restore previous value.

Thank you for the help !
It is working. But the best option is restrict entering decimals