fix: expand form elements with ID

This commit is contained in:
James Cole
2023-06-06 06:19:24 +02:00
parent 74a2935fea
commit 2e4f07d058
11 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
<div class="input-group-addon">
<span class="fa fa-calendar"></span>
</div>
{{ Html.input('date', name, value).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false') }}
{{ Html.input('date', name, value).id(options.id).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false') }}
</div>
{% include 'form.help' %}
{% include 'form.feedback' %}