Numeric problems

I found two issues with Radzen numeric:

  1. If the component is bound to a nullable type with the Min property set, the component will show the min value even if the bound value was null. I expect to component to be empty when bound to a null value, and only if I try to set a value, the component will assure that it is between the range.

  2. Setting Disabled="true" works but the applied css styles do not reflect that the components are disabled. Here you can see part of a form with all controls disabled:

Both issues fixed - later today we will publish new version of Radzen.Blazor.

1 Like