The integrated search modes with the jqxInput are not sufficient for my needs. Since I use a custom source
function to query an API, I do not want jqxInput to further filter my results. I have tried both setting a searchMode
of 'none'
(which results in no autocomplete results being displayed) and also providing a custom filter
function that always returns true
(which doesn’t have any difference on the autocomplete results).
How can I have the jqxInput display the full list of results from my source
function without further filtering them?