Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We could not change the TValue at the run time of the Blazor application. We can dynamically change the TValue using @typeparam. Since the Blazor InputNumber component also did not support the run time TValue change detection. Kindly refer to the below code example.
<EditForm> <InputNumber TValue="DynamicModelInstance.Type" @bind-Value="@DynamicModelInstance.ValueAsT"></InputNumber> </EditForm> |
We have raised the query in the stack overflow link. Please find the details below.
Once we got the solution from the StackOverflow link, we will share the possible solution in here. Until then, we suggest you assign the dynamic TValue for the Numeric Textbox component before the run time by using @typeparam.