Skip to content

Focus on the first input text on sign in tabs

What does this MR do?

Focus on the first input text on sign in tabs.

Are there points in the code the reviewer needs to double check?

Initial merge request (!12830 (closed)) used jQuery to select the first input. Since we are shifting away from jQuery whenever we can, I've used querySelectorAll to select the first input element for both forms.

Screenshots

Tab signin Tab register
tab-signin tab-register

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Review
    • Has been reviewed by UX
    • Has been reviewed by Frontend

What are the relevant issue numbers?

Closes !12830 (closed)

Edited by Pedro Moreira da Silva

Merge request reports