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
var country = ''
var options = {
componentRestrictions: {"country": country}
};
this.autocomplete = new google.maps.places.Autocomplete(input, options );
Is there a way to restrict the country using the directive ?
The text was updated successfully, but these errors were encountered: