This question is locked. New answers and comments are not allowed.
Is there a way to make the numericbox a required field within a form? Even if an initial value is provided, the user can always clear the value. Preferably, the required field should work similar to other textbox controls so that it can prevent form submissions and mark the control as invalid, display validation error messages, etc.