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:
authorRobert Speicher <rspeicher@gmail.com>2018-09-14 19:35:48 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-09-14 20:09:39 +0300
commit3668a3f29f042daa458b5166b6f57e531975f98a (patch)
treeeeb1a3001da71027244723f43f3a1b1657a2abf4 /app
parent044adc86b779cb330334f92136b180a77a17e119 (diff)
Disable autocomplete for issuable due date field
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'