Skip to content

Instantly share code, notes, and snippets.

@umanda
Created October 14, 2015 09:07
Show Gist options
  • Save umanda/5de39c9fcb55164ad95b to your computer and use it in GitHub Desktop.
Save umanda/5de39c9fcb55164ad95b to your computer and use it in GitHub Desktop.
Autocomplete requires you to click twice in iOS after update to 1.11.0
$("#input").autocomplete({
open: function(event, ui) {
$('.ui-autocomplete').off('menufocus hover mouseover mouseenter');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment