-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help to use it with sonata admin #163
Comments
solution is to put cdns on your standard_layout.html.twig :
|
for jQuery conflict use this code on stadard_layout.html.twig :
on select2.full.js change every "jQuery" to "jQueryTemp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to use this bundle with sonata admin but i don't a select2 on my fields.
When i include this on my admin layout :
<script src="{{ asset('bundles/tetranzselect2entity/js/select2entity.js') }}"></script>
I got this error :
Uncaught Error: Option 'ajax' is not allowed for Select2 when attached to a element. Someone can help me ?
The text was updated successfully, but these errors were encountered: