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
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.
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: