Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix Bug 1472642: focus email field on invalid input in about:welcome (#…
  • Loading branch information
AdamHillier committed Jul 2, 2018
1 parent e10832e commit b294fc8440b5b70ec1cb948e51e11f2f472364e6
Showing with 1 addition and 0 deletions.
  1. +1 −0 content-src/components/StartupOverlay/StartupOverlay.jsx
@@ -56,6 +56,7 @@ export class _StartupOverlay extends React.PureComponent {
error.classList.add("active");
e.target.classList.add("invalid");
e.preventDefault(); // Override built-in form validation popup
e.target.focus();
}

render() {

0 comments on commit b294fc8

Please sign in to comment.