If I put the focus on the url edit in chrome and then press tab, then run document.activeElement
in my console I get:
<body tabindex="-1" aurelia-app="main">...</body>
Is there a way I can stop the body
from getting the tab focus?
If I put the focus on the url edit in chrome and then press tab, then run document.activeElement
in my console I get:
<body tabindex="-1" aurelia-app="main">...</body>
Is there a way I can stop the body
from getting the tab focus?