Using Select2 get error – “Error: No select2/compat/query”
You are running into two issues here, both of which can easily be fixed. Select2 4.0.0 no longer supports the query option in the slimmed down, standard build. This must be included in the full build (select2.full.js) as it is handled through a backwards compatibility module. You are using Placecomplete and it depends on an … Read more