Settings and activity
1 result found
-
49 votes
Thanks for sharing your idea, we've reviewed your idea and now it's up to the community to get behind and support it.
It's great to see other members are already commenting to share additional detail about how your idea could improve their experience with Xero.
An error occurred while saving the comment
Wayne Schwebel
supported this idea
·
Seriously guys. This is UX 101. I am a software developer so this especially annoys me. I don't know how many times I have started typing the code and the focus is not on the code box. This is such a SIMPLE fix that it should take no longer than 15 minutes with testing. I would be more than happy to do it for you if you wish.
To get you started, try simply adding the autofocus attribute to the code textbox in your HTML.
See:
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/autofocus
https://caniuse.com/?search=autofocus