-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added labels for username and password input in idp service #1794
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
a1074a1
to
aa2ec3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Especially accessibility wise good solution 👍 Some minor proposals as comments. Also: please run make generate
again with the final source version.
changelog/unreleased/add-labels-and-aria-labelled-by-on-login.md
Outdated
Show resolved
Hide resolved
3676541
to
6944189
Compare
:) 👍 resolved |
Also fixes https://jira.owncloud.com/browse/WEB-107 |
cbe7395
to
1a4f8aa
Compare
1a4f8aa
to
c586443
Compare
@kulmann |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ultra nitpick: there is some wrong whitespace (see comment). Other than that: 😍
|
||
return ( | ||
<form action="" onSubmit={(event) => this.logon(event)}> | ||
return ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whitespace doesn't look intentional. Happened by accident?
Description
Added labels and aria-invalid + aria-described by to username and password input fields
Related Issue
Screenshots (if appropriate):
Types of changes
Checklist: