Just a small issue, hope it isn't a duplicate. Noticed that the autocomplete when using 0 doesn't bring up any results. Looked into it and it's because the autocomplete callback function when it's looking at the string to search for it uses !empty($tag_last) this is fixed by replacing it with (isset($tag_last).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1775180-entityrefautocomplete0-entityreference-2.patch | 506 bytes | ACF |
| entityrefautocomplete0-entityreference-1.patch | 690 bytes | ACF |
Comments
Comment #2
ACF commentedmessed up the first patch here's another go.
Comment #3
amitaibuCommitted, thanks.