Trigger Google Places Autocomplete

后端 未结 1 1123
臣服心动
臣服心动 2020-12-31 09:08

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

1条回答
  •  时光取名叫无心
    2020-12-31 10:05

    I found my answer (demo)!

    change : function(e, keyboard, el) {
        google.maps.event.trigger( el, 'focus', {} );
    }
    

    0 讨论(0)
提交回复
热议问题