After the upgrade, I encountered this error, which was not present in the previous version (up to 4.20). The error seems to be triggered when using InputNumber within a RadzenDataGrid column template inside an EditForm.
Error:
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Microsoft.AspNetCore.Components.Forms.InputNumber1[System.Nullable
1[System.Decimal]] does not support changing the EditContext dynamically.
System.InvalidOperationException: Microsoft.AspNetCore.Components.Forms.InputNumber1[System.Nullable
1[System.Decimal]] does not support changing the EditContext dynamically.
at Microsoft.AspNetCore.Components.Forms.InputBase1[[System.Nullable
1[[System.Decimal, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].SetParametersAsync(ParameterView parameters)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters)
Code: