I am trying to attach a virtual keyboard to bind to a Google places autocomplete input.
If I physically type in a letter in the input, a Google-powered dropdown disp
I found my answer (demo)!
change : function(e, keyboard, el) { google.maps.event.trigger( el, 'focus', {} ); }