The library should support the formnovalidate button attribute to opt out of validation: ``` if (event.submitter?.hasAttribute('formnovalidate')) return; ``` in validate.js