• Hi,

    I noticed an error caused by the fact ACF has updated the default select2 library version to 4 – 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 7 years, 6 months ago by david.kane.
    • This topic was modified 7 years, 6 months ago by david.kane.
  • The topic ‘ACF select2 default version issue’ is closed to new replies.