Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete interferes with category/tag/taxonomy selectors #19

Open
peterjanes opened this issue May 22, 2017 · 3 comments
Open

Autocomplete interferes with category/tag/taxonomy selectors #19

peterjanes opened this issue May 22, 2017 · 3 comments

Comments

@peterjanes
Copy link

peterjanes commented May 22, 2017

Autocomplete for taxonomy selectors doesn't work when a post-search-ajax field is on the form. I believe it's either caused by re-registering the autocomplete script's ID (WordPress has its own) or from attaching it to the same location in jQuery. (This is using the Latest tag, which I believe is equivalent to v1.1.5.)

@flacoman91
Copy link

The autocomplete does indeed break the Tag autocompletion.

I was able to fix this by upgrading the referenced jquery autocomplete to version 1.4.1
https://github.com/devbridge/jQuery-Autocomplete

@AsafAzoulay
Copy link

how can i fix this bug?

@luistinygod
Copy link

luistinygod commented Feb 19, 2020

I was also able to fix a conflict with other WP plugin by updating the jQuery autocomplete version to 1.4.10, as suggested by flacoman91.
Download it here https://github.com/devbridge/jQuery-Autocomplete and place the file jquery.autocomplete.min.js at /wp-content/plugins/cmb2-field-post-search-ajax/js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants