Created
October 14, 2015 09:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("#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