Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
ebbee26a
Unverified
Commit
ebbee26a
authored
Mar 29, 2018
by
Thomas Citharel
Browse files
Remove autocomplete on date fields
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
0cd41782
Changes
1
Hide whitespace changes
Inline
Side-by-side
tpl/create_date_poll_step_2.tpl
View file @
ebbee26a
...
...
@@ -53,7 +53,7 @@
<span
class=
"input-group-addon"
><i
class=
"glyphicon glyphicon-calendar text-info"
></i></span>
<input
type=
"text"
class=
"form-control"
id=
"day
{
$i
}
"
title=
"{__('Generic', 'Day')}
{
$i
+
1
}
"
data-date-format=
"{__('Date', 'dd/mm/yyyy')}"
aria-describedby=
"dateformat
{
$i
}
"
name=
"days[]"
value=
"
{
$day_value
}
"
size=
"10"
maxlength=
"10"
placeholder=
"{__('Date', 'dd/mm/yyyy')}"
autocomplete=
"
nope
"
/>
size=
"10"
maxlength=
"10"
placeholder=
"{__('Date', 'dd/mm/yyyy')}"
autocomplete=
"
off
"
/>
</div>
</div>
<div
class=
"col-xs-2 col-sm-1"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment