So it has been working fine up until the recent Woocommerce update, it would seem. Now all of a sudden my custom meta fields (dropdown selects) on my product pages are wonky. (See image.)
I am also getting the following error in the console when all conditions are met to load the metaboxes:
jquery.js?ver=1.12.4-wp:2 Uncaught TypeError: Cannot read property 'nodeName' of undefined
at L (jquery.js?ver=1.12.4-wp:2)
at Q (jquery.js?ver=1.12.4-wp:3)
at Function._data (jquery.js?ver=1.12.4-wp:3)
at n (acf-input.min.js?ver=5.8.3:3)
at acf-input.min.js?ver=5.8.3:3
at Array.map (<anonymous>)
at acf.Model.renderPostScreen (acf-input.min.js?ver=5.8.3:3)
at acf.Model.i (acf-input.min.js?ver=5.8.3:3)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
Has anyone had this issue with Advanced Custom Fields? Any advice?