Releases: zackpyle/acf-post-object-enrichment
Releases · zackpyle/acf-post-object-enrichment
Release list
Fix ACF Trigger Change
ACF gates field saves behind an _acf_changed flag it sets by listening for native change events on inputs. Setting .val() programmatically never fires that event, so any save where the picker was the only thing touched would silently skip persisting acf_poe_fields
Fix: call .trigger('change') after .val() in syncInput so ACF always detects the mutation.