We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a093fc commit e90f6dbCopy full SHA for e90f6db
examples/chat/home.html
@@ -92,7 +92,7 @@
92
<div id="log"></div>
93
<form id="form">
94
<input type="submit" value="Send" />
95
- <input type="text" id="msg" size="64"/>
+ <input type="text" id="msg" size="64" autofocus />
96
</form>
97
</body>
98
</html>
0 commit comments