Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-09-17 10:37:19 +0300
committerPhil Hughes <me@iamphill.com>2018-09-17 10:37:19 +0300
commit4945b8bf7d7374d6c566b0eadd3f8ea4ef0d8f60 (patch)
tree04205e6429ea050939095782c9ff28dd415960e1 /app
parenta30e266e438bc511b42af1ae7c05081ce115f29e (diff)
parent3668a3f29f042daa458b5166b6f57e531975f98a (diff)
Merge branch 'rs-due-date-autocomplete' into 'master'
Disable autocomplete for issuable due date field See merge request gitlab-org/gitlab-ce!21751
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/form/_metadata.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/form/_metadata.html.haml b/app/views/shared/issuable/form/_metadata.html.haml
index d8580ad8ab4..ac8d58c0bfe 100644
--- a/app/views/shared/issuable/form/_metadata.html.haml
+++ b/app/views/shared/issuable/form/_metadata.html.haml
@@ -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'