We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bac0ac commit 5633a63Copy full SHA for 5633a63
templates/form/fields.html.twig
@@ -11,9 +11,9 @@
11
<div class="input-group date" data-toggle="datetimepicker">
12
{{ block('datetime_widget') }}
13
<div class="input-group-append">
14
- <span class="btn btn-outline-secondary">
+ <button type="button" class="btn btn-outline-secondary">
15
<span class="fa fa-calendar" aria-hidden="true"></span>
16
- </span>
+ </button>
17
</div>
18
19
{% endblock %}
0 commit comments