Skip to content

Commit

Permalink
Fix required set
Browse files Browse the repository at this point in the history
  • Loading branch information
t-veron authored Dec 15, 2016
1 parent 2e22e97 commit 7597269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Form/typeahead.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% block entity_typeahead_widget %}
{% spaceless %}
{% set required, main_full_name, main_id, main_value, main_attr = false, full_name, id, value, attr %}
{% set main_full_name, main_id, main_value, main_attr = full_name, id, value, attr %}

{# create visible autocomplete input #}
{% set id = main_id ~ '_text' %}
Expand Down

0 comments on commit 7597269

Please sign in to comment.