Andrew Robinson
Andrew Robinson
mcestone4's workaround is fine, but prevents the window from scrolling at all along Y axis when swiping on the slider. If the slider fills a large proportion of the screen,...
I'm working with this at the moment: ```js $input.typeahead({ source: function (value, callback) { $.getJSON($input.data('source-url'), { q: value }, function (data) { callback(data.data || []) }) }, autoSelect: true, delay:...
And here. Thanks @geordiemhall for the https workaround. It worked for me.