Commit 4945b8bf authored by Phil Hughes's avatar Phil Hughes

Merge branch 'rs-due-date-autocomplete' into 'master'

Disable autocomplete for issuable due date field

See merge request gitlab-org/gitlab-ce!21751
parents a30e266e 3668a3f2
......@@ -34,4 +34,4 @@
= form.label :due_date, "Due date", class: "col-form-label col-md-2 col-lg-4"
.col-8
.issuable-form-select-holder
= form.text_field :due_date, id: "issuable-due-date", class: "datepicker form-control", placeholder: "Select due date"
= form.text_field :due_date, id: "issuable-due-date", class: "datepicker form-control", placeholder: "Select due date", autocomplete: 'off'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment