There is a bug with clear button in TelerikNumericTextBox. Steps to reproduce:
code:
<TelerikNumericTextBox @bind-Value="@Price1" ShowClearButton=true/> <p>Price: @Price1</p> @code { private decimal? Price1 { get; set; } }
Here is a short demo: