Open
Description
https://codepen.io/dadata/pen/mGgELm
Example
$("#address").suggestions({
// Замените на свой API-ключ
token: "7fd18aaabd7d53ffa4846e4521c1f736c13490eb",
type: "ADDRESS",
geoLocation: false,
constraints: {
locations: { country: "*" },
label: ""
}
});