We are upgrading an application using Radzen 4.x to Radzen 5.x.
I can seem to get the onkeydown event to fire. This worked in past:
<RadzenNumeric ShowUpDown="false" TValue="int?" Format="c0" size="10" @bind-Value="StructuresValue" @onkeydown="@ProcessKey" Name="structurescurrentbase" Change=@updateTotalValue />
Does the new version of the component intercept the key stroke events? Any way I can capture the up and down keys and Enter key?
Thanks!