Skip to content

Commit e90f6db

Browse files
authored
input autofocus (#564)
1 parent 0a093fc commit e90f6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chat/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<div id="log"></div>
9393
<form id="form">
9494
<input type="submit" value="Send" />
95-
<input type="text" id="msg" size="64"/>
95+
<input type="text" id="msg" size="64" autofocus />
9696
</form>
9797
</body>
9898
</html>

0 commit comments

Comments
 (0)