소스 검색

autofocus on code entry

Daniel Sheffield 1 년 전
부모
커밋
60785bcd76
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rest/templates/form-open.tpl

+ 1 - 0
rest/templates/form-open.tpl

@@ -44,6 +44,7 @@ button[type=submit] {
           title="Base32 Code: Any of letters A-Z (excluding U) or digits 0-9.

Note: O 0 and i I l L 1 can be used interchangeably"
           size="5"
           style="margin: 0.1em 0 0.3em"
+          autofocus="true"
         ></input>
         <br/>
         <button class="button-resize pure-button" type="submit" form="{{tool}}-open"> Open </button>