Title: ACF select2 default version issue
Last modified: August 16, 2017

---

# ACF select2 default version issue

 *  [david.kane](https://wordpress.org/support/users/davidkane/)
 * (@davidkane)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/acf-select2-default-version-issue/)
 * Hi,
 * I noticed an error caused by the fact ACF has updated the default select2 library
   version to 4 – [https://www.advancedcustomfields.com/changelog/](https://www.advancedcustomfields.com/changelog/)
 * Tag-it no longer renders properly. I’ve resolved the issue by creating a quick-
   fix plugin add-on which does the following but I would recommend updating the
   Tag-it add-on to work with the new version of ACF:
 *     ```
       add_action('acf/init', function() {
           acf_update_setting('select2_version', 3);
       });
       ```
   
    -  This topic was modified 8 years, 9 months ago by [david.kane](https://wordpress.org/support/users/davidkane/).
    -  This topic was modified 8 years, 9 months ago by [david.kane](https://wordpress.org/support/users/davidkane/).

The topic ‘ACF select2 default version issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-custom-fields-tag-it_fcfcfc.
   svg)
 * [Advanced Custom Fields: Tag It Field](https://wordpress.org/plugins/advanced-custom-fields-tag-it/)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields-tag-it/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields-tag-it/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields-tag-it/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields-tag-it/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [david.kane](https://wordpress.org/support/users/davidkane/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/acf-select2-default-version-issue/)
 * Status: not resolved