Advanced-Custom-Fields-Autocomplete
Advanced-Custom-Fields-Autocomplete copied to clipboard
This is a simple field that looks up values previously entered for this field. This plugin is great for posts that will have a common set of values for the same field but where taxonomy isn't applicab...
Not sure when this change was introduced, but in the most recent versions of ACF PRO 5 the data attribute that stores the field key is “data-key”, not “data-field_name” which...
This way the dev/user could handle the autocomplete the way it needs. I've tested only with ACF4 which is the version I'm working on.
WP 4.8.1 (from official Docker image) ACF 5.6.1 ``` { "log": { "version": "1.1", "creator": { "name": "Firefox", "version": "54.0" }, "browser": { "name": "Firefox", "version": "54.0" }, "pages": [...
Hello! Just used your plugin, and it works well in the back-office. One problem though: for other fields, I used to select "object" and not ID as the value displayed...
Problem: Undefined index: field_key by input.js $el.data('field_name') -> $el.data('key') works.
Now it works with both ACF 4 and 5