Skip to content

Restrict autocomplete by countries #41

Description

@fdbrc0007

Hello,

It's not an issue but a recommendation for the module if anyone can work on this. It would be good to have a config on ADMIN to select the countries you want to restrict the autocomplete.

Documentation: https://developers.google.com/maps/documentation/javascript/place-autocomplete#restrict-predictions-to-a-specific-country

Example of restricting to US:

autocomplete.setComponentRestrictions({
      country: ["us"],
});

Thanks,
Victor Soares.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions