Extract Leftbar and Add Tag controllers

This commit is contained in:
Yassine Guedidi
2025-03-08 15:31:15 +01:00
parent c9cfae11f7
commit a8cb9f4f77
5 changed files with 24 additions and 13 deletions

View File

@ -7,7 +7,7 @@
<span class="black-text">{{ form_errors(form.label) }}</span>
{% endif %}
{{ form_widget(form.label, {'attr': {'autocomplete': 'off'}}) }}
{{ form_widget(form.label, {'attr': {'autocomplete': 'off', 'data-add-tag-target': 'input'}}) }}
{{ form_widget(form.add, {'attr': {'class': 'btn waves-effect waves-light tags-add-form-submit'}}) }}
{{ form_widget(form._token) }}