Skip to content

Releases: zackpyle/acf-post-object-enrichment

Fix ACF Trigger Change

Choose a tag to compare

@zackpyle zackpyle released this 24 May 15:35

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.

Initial Release

Choose a tag to compare

@zackpyle zackpyle released this 24 May 12:10
1.0.0

Update README.md