Created
January 26, 2022 23:26
-
-
Save tshddx/600c1b85ababe26b99dd418a5539f869 to your computer and use it in GitHub Desktop.
Testing input autofocus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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