]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1615805 No inputs after submit in patron search (Angular)
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Tue, 5 Dec 2023 23:23:28 +0000 (23:23 +0000)
committerblake <blake@mobiusconsortium.org>
Wed, 17 Apr 2024 21:10:29 +0000 (16:10 -0500)
commitd177bf3a21e0a26bde8a1b4a03189e4b8a9a2193
tree3092385042b2fe919585c323972792cec5a03e40
parent17296d7fea50856a7313cf1976c9348fdd3b2a19
LP1615805 No inputs after submit in patron search (Angular)

Updates the source order of the Angular Circulation patron search form's
reset and submit buttons to the end so that no input fields appear after
the submit button, as required for accessibility. This results in an
awkward tabbing order for sighted users, but is intended as an interim
step toward better accessibility while we rethink the overall design of
the form.

The visual layout of the form has not changed at desktop sizes, but
there are now phone and tablet layouts as well.

Release-note: Moves submit button to end of Angular patron search form

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/staff/share/patron/search.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/share/patron/search.component.html
Open-ILS/src/eg2/src/app/staff/share/patron/search.component.ts