Home › Forums › ACF PRO › Not use Select2 for Taxonomy Field? › Reply To: Not use Select2 for Taxonomy Field?
As far as I know, no, there isn’t any way to deactivate select2 on the fields where it is used. If you want to use regular select field you would need to build a filter to dynamically populate the select field http://www.advancedcustomfields.com/resources/acf_load_field/, there is an example of using this here http://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/
Then you’d need to create an acf/save_post action http://www.advancedcustomfields.com/resources/acfsave_post/ to get the value of your select field and update the terms for the post yourself https://codex.wordpress.org/Function_Reference/wp_set_post_terms
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.