Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
XamNumericInput.ValueConstraint.Nullable not being honoured
posted

Hi Infragistics,

We have a XamNumericInput control with a ValueConstraint that is not nullable...

<ig:ValueConstraint ValidateAsType="Integer32" MinInclusive="1000" MaxInclusive="2000" Nullable="False"/>

Expected behaviour in this state (as per the documentation) is that the contents of the control (in edit mode) cannot be cleared.

That doesn't appear to be the case. Setting Nullable to False still allows the control to be cleared. We've replicated this behaviour on both a XamNumericInput and XamDateInput. I suspect the others as well.