Skip to content
Snippets Groups Projects
Commit 8672153a authored by François-Xavier Lyonnet du Moutier's avatar François-Xavier Lyonnet du Moutier
Browse files

Disabled autocompletion on the datepicker input

parent dc61be5d
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,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')}"/>
size="10" maxlength="10" placeholder="{__('Date','dd/mm/yyyy')}" autocomplete="nope"/>
</div>
<span id="dateformat{$i}" class="sr-only">({__('Date', 'dd/mm/yyyy')})</span>
</legend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment