Refresh page that has validator errors
Content
See attached image...
I have a page that has validation on an input text component. I also have a "Reload" button that is supposed to allow the user to simply reset the page to it's original values from when entering the page. The "Reload" buttons works fine if there are no validation errors. However, in the attached example, the user is forced to enter any value in the input text to satisfy the validation error before they can press the "Reload" button to refresh the page. Is there a way I can override the validation errors to refresh the page? I have tried