Skip to content

Commit

Permalink
Removed autocomplete on barcode entry field
Browse files Browse the repository at this point in the history
  • Loading branch information
iasoon committed Mar 25, 2015
1 parent 0b2a24e commit e2ac396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/scan.html.erb
Expand Up @@ -30,7 +30,7 @@
<%= form_tag scan_barcode_event_path(@event), remote: false do %>
<div class="input-group">
<div class="input-group">
<input required type="text" autofocus="autofocus"
<input required type="text" autofocus="autofocus" autocomplete="off"
class="form-control" placeholder="Barcode" name="code" id="code">
<span class="input-group-btn">
<button class="btn btn-primary" name="button" type="submit">
Expand Down

0 comments on commit e2ac396

Please sign in to comment.