Skip to content

Commit

Permalink
Merge pull request #19 from t-veron/master
Browse files Browse the repository at this point in the history
Fix required set
  • Loading branch information
lifo101 authored Dec 28, 2016
2 parents 2e22e97 + 7597269 commit 41b643d
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 41b643d

Please sign in to comment.