Skip to content

Commit

Permalink
Set default input method
Browse files Browse the repository at this point in the history
  • Loading branch information
ksasao committed Mar 7, 2021
1 parent 4362767 commit c5d8d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/qr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<button onclick="setQR('100')">100</button>
</td></tr>
<tr><td class="head">Label:</td><td>
<input id="label" type="text" placeholder="label to train" autocorrect="off" aria-label="QR">
<input id="label" type="email" placeholder="label to train" autocorrect="off" aria-label="QR">
</td></tr>
</table>
<button type="submit" id="qrgen">OK</button>
Expand Down

0 comments on commit c5d8d01

Please sign in to comment.