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
We need to change the way solidus init the select2().
To solve this specific problem is enough to override the backend/app/views/spree/admin/products/new.js.erb and change $('.select2').select2(); to $('select.select2').select2();
I am changing all the points where solidus uses $('.select2').select2(); to $('select.select2').select2(); and then I'll open a PR
Steps to reproduce
Expected behavior
Actual behavior
System configuration
Extensions in use:
The text was updated successfully, but these errors were encountered: