I am validating fields using onblur event.I also have a close button in the form.Now if click the close button the first field in the form is getting validated eventhough I have checked the no Initial focus option.I want the form to close on click of close button without validation being done.
Can someone please help me on this?