Add autofocus to input field
This commit is contained in:
parent
7131fa9824
commit
38de7518ec
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
</p>
|
||||
</details>
|
||||
<div class="box">
|
||||
<input id="input" type="text" class="width:100%" autocomplete="off">
|
||||
<input id="input" type="text" class="width:100%" autocomplete="off" autofocus>
|
||||
<br>
|
||||
<textarea id="output" class="width:100% mono-font" rows="8" style="resize: none" autocomplete="off" readonly><span lang="ja"></span></textarea>
|
||||
<p><button id="copy" class="padding float:right">Copy</button></p>
|
||||
|
|
Loading…
Add table
Reference in a new issue