level12 / keg-elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove tabIndex from form macros

bchopson opened this issue · comments

We probably shouldn't be manually setting tabindex on forms:

https://www.a11yproject.com/posts/how-to-use-the-tabindex-attribute/

In addition, the default behavior of the macro messes up the tab order of the submit and cancel buttons.