We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3d2e85 + b746401 commit 0db5846Copy full SHA for 0db5846
admin/themes/default/template/helpers/form/form.tpl
@@ -763,6 +763,7 @@
763
id="{if isset($input.id)}{$input.id}{else}{$input.name}{/if}"
764
type="text"
765
data-hex="true"
766
+ {if isset($input.autocomplete) && !$input.autocomplete} autocomplete="off"{/if}
767
{if isset($input.class)} class="{$input.class}"
768
{else}class="datepicker"{/if}
769
name="{$input.name}"
@@ -779,6 +780,7 @@
779
780
781
782
783
784
785
{else} class="datetimepicker"{/if}
786
0 commit comments