You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has an issue when I use CollectionType to generate collection of Select2Entity instead of using multiple=true.
For CollectionType you should get $form->get($request->get('field_name'))->getConfig()->getOptions()['entry_options'] at the following line:
It has an issue when I use
CollectionType
to generate collection ofSelect2Entity
instead of usingmultiple=true
.For
CollectionType
you should get$form->get($request->get('field_name'))->getConfig()->getOptions()['entry_options']
at the following line:select2entity-bundle/Service/AutocompleteService.php
Line 43 in 66f5154
On
select2entity.js
you should fix generatingfield_name
too. The following pull request solved this: #119The text was updated successfully, but these errors were encountered: