localgov_election_party entity-reference/autocomplete field is broken on fresh install · Issue #143 · localgovdrupal/localgov_elections · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the field in question:
field.field.paragraph.localgov_election_candidate.localgov_election_party
Description
Specifically, the autocomplete is badly messed up when trying to add an Election Candidate paragraph:
Fix
It looks as though
localgov_elections
contains a very outdated patch todrupal/autocomplete_deluxe
.I looked through the Autocomplete Deluxe issue queue, and found a recent issue with broken js. The final comment mentions a patch from an old issue that's been closed for three years.
localgovdrupal/localgov_elections
applies that same patch.Manually removing that patch from
autocomplete_deluxe
resolves the issue for me. I'll create a PR.The text was updated successfully, but these errors were encountered: