Bug: form validation is generic and not field-level accessible #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Validation feedback is currently a generic toast. Users do not get inline field errors, and focus is not moved to the first invalid field.
Evidence
novalidateon formgenerate()only shows generic error toastAcceptance criteria
aria-invalid+aria-describedbyon invalid fieldsLinked implementation PR: #12