Closed canac closed 1 year ago
So, this allows the Submit
button, but not the Save & Mark Complete
button to be pressed when required fields are not set?
Correct. There was a HelpScout issue from someone who wanted to edit fields on an incomplete registration like they used to be able to. It was in a HelpScout inbox that I don't have access to, so I don't have the link to it. I have confirmed with stakeholders that validation should run for "Save & Mark Complete", but not for "Save".
Follow-up to #821. Now, incomplete registrations can be edited again, even when required are left blank. The added
novalidate
attribute keeps the browser from showing native UI for blank required fields.