-
Notifications
You must be signed in to change notification settings - Fork 71
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
content type JQAutocomplete #1232
Comments
I believe this used to have issues in some browsers, but that problem should be ancient and I don't see any problems with the change. In fact, you are right that the mimetype should be |
jbrichau
added a commit
that referenced
this issue
Feb 7, 2021
It seems the method |
Yes, it seems #search:labels:callback: was overlooked.... |
jbrichau
added a commit
that referenced
this issue
Jun 4, 2023
…back in jQueryUI autocompleter should be application/json and not text/plain. Reworked the callback implementation to no longer create intermediate objects for serialization to json but use the json canvas directly.
jbrichau
added a commit
that referenced
this issue
Jun 4, 2023
JQAutocomplete (follow-up to issue #1232): content-type for json call…
Finalized the fix in #1364 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JQAutocomplete gives json responses. However, the response content type is set to text/plain. Shouldn't that be application/json? This fix works for me:
A separate issue, but anyway, for me the char set needs to be set in JQAjax>>#json:
The text was updated successfully, but these errors were encountered: