You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.
I am using the geocomplete in the my project to search the address , when am trying in the address the auto suggest showing me proper address , if am using the keyboard to select then its working fine , proper address is getting populated , but if am using the mouse to click on the auto suggested address some ramdom address is getting populated . Let me know if there is any solution for resolve this .
below is the javascript . am using this plugin to add address in my project , map and form is in bootstrap model.
$(function(){
//lat long to point bangalore in india
var lat=12.9609468;
var lng=77.6356706;
Hi
I am using the geocomplete in the my project to search the address , when am trying in the address the auto suggest showing me proper address , if am using the keyboard to select then its working fine , proper address is getting populated , but if am using the mouse to click on the auto suggested address some ramdom address is getting populated . Let me know if there is any solution for resolve this .
below is the javascript . am using this plugin to add address in my project , map and form is in bootstrap model.
$(function(){
//lat long to point bangalore in india
var lat=12.9609468;
var lng=77.6356706;
// modalMap.setZoom(20);
});
The text was updated successfully, but these errors were encountered: