Skip to content

Commit

Permalink
input autofocus (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
codenoid authored Mar 19, 2020
1 parent 0a093fc commit e90f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div id="log"></div>
<form id="form">
<input type="submit" value="Send" />
<input type="text" id="msg" size="64"/>
<input type="text" id="msg" size="64" autofocus />
</form>
</body>
</html>

0 comments on commit e90f6db

Please sign in to comment.