This one might be tricky to implement and I cant guarantee that it will work as we're using 3rd party libraries. Also we don't know what negative effects this will have on your site such as with compatibility. hidden link
First thing you'll need to do is to import the scripts to your site. On the select2 website above you will see the CDN link for the files are
Once you've done this and can confirm on the frontend of the site that these scripts have been imported then its time to run the function to convert the select into select2
Now all you need to do is add the css class of your select field to the jQuery above. The class can be found by using the developer tools on your browser to inspect the select field.
My issue is resolved now. Thank you!
Hi Shane, I was having problems implementing autocomplete using "Chosen for WordPress" - which is why I wanted to try Select2 - but now I think I've sorted the problem with Chosen so I'll stick with that.
Thanks for your help