Skip to content

Instantly share code, notes, and snippets.

@tshddx
Created January 26, 2022 23:26
Show Gist options
  • Save tshddx/600c1b85ababe26b99dd418a5539f869 to your computer and use it in GitHub Desktop.
Save tshddx/600c1b85ababe26b99dd418a5539f869 to your computer and use it in GitHub Desktop.
Testing input autofocus
<!DOCTYPE html>
<html>
<head>
<title>Parcel Sandbox</title>
<meta charset="UTF-8" />
</head>
<body>
<button onclick="document.write('<input autofocus />')">Add a new input with autofocus</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment