Correct tab order in login form
Hi everyone, I am implementing the following log-in form. I want to improve the tab-order, because currently it goes email field, forgot password link, password field. My markub looks like this (don't mind the Angular nonsense):
For
Should I try to move the hint beyond the input field in the HTML and try to shuffle it around using CSS? Use the tabindex attribute somehow? Something entirely different?
Thanks!
For
my-app-form-row-label-with-hint I am just putting the label and the hint next to each other using Grid. Should I try to move the hint beyond the input field in the HTML and try to shuffle it around using CSS? Use the tabindex attribute somehow? Something entirely different?
Thanks!
