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

ComboBox Bug with Remote Auto complete #750

Open
bmarkov opened this issue Sep 26, 2024 · 0 comments
Open

ComboBox Bug with Remote Auto complete #750

bmarkov opened this issue Sep 26, 2024 · 0 comments

Comments

@bmarkov
Copy link
Collaborator

bmarkov commented Sep 26, 2024

m usign a jqxComboBox with remoteAutoComplete: true because i want my REST service to return me valid items to the widget while I'm typing into. It works correctly in this scenario but if i paste a string into the jqxComboBox, the remote search doesn't fire. I've tried to follow this solution (https://www.jqwidgets.com/community/topic/remote-search-on-paste/) and it seems like this makes the remote invocation fire but the widget doesn't populate its item with the REST result.

Ref: https://jsfiddle.net/r6e0sd47/8/

this fiddle that shows the behavior i described. If you type a numeric id in the combobox (ex. 1, 2, 3, ...) you get the result from the REST service and the combobox opens with the item. If you paste the same number it doesn'

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

1 participant