Turn off validation message when form is "Reset"
I have a "Reset" button that when clicked, deselects an item on the grid and clears the populated input fields. But when I try replacing the values on the input field with a null value,it automatically turns on the validation and there is a "This field is required" message. How can I disable that validation check when the user clicks "Reset"?
I have a "Reset" button that when clicked, deselects an item on the grid and clears the populated input fields. But when I try replacing the values on the input field with a null value,it automatically turns on the validation and there is a "This field is required" message. How can I disable that validation check when the user clicks "Reset"?
Comment