Kaynağa Gözat

input autofocus (#564)

Rubi 5 yıl önce
ebeveyn
işleme
e90f6db575
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      examples/chat/home.html

+ 1 - 1
examples/chat/home.html

@@ -92,7 +92,7 @@ body {
 <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>