Skip to content

Commit

Permalink
autocomplete="off"
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Nov 3, 2017
1 parent 5b8ba63 commit 73f3e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr_code.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1><span class="glyphicon glyphicon-qrcode" aria-hidden="true"></span> QR Code<
<form id="convert">
<div class="form-group">
<label for="text">Text</label>
<input type="text" class="form-control" id="text" value="https://github.com/Cyclenerd" required>
<input type="text" class="form-control" id="text" value="https://github.com/Cyclenerd" autocomplete="off" required>
</div>
<button type="submit" class="btn btn-primary">▶️ Convert</button>
</form>
Expand Down

0 comments on commit 73f3e83

Please sign in to comment.