We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hallo @kolkov
if I use jQuery example, then this work fine!
$("#address").suggestions({ // Замените на свой API-ключ token: "7fd18aaabd7d53ffa4846e4521c1f736c13490eb", type: "ADDRESS", geoLocation: false, constraints: { locations: { country: "*" }, label: "" } });
if I use same config with angular component I got only russian addresses, because...
request in jQuery:
{ "locations": [ { "country": "*" } ], "restrict_value": false, "from_bound": { "value": "country" }, "to_bound": { "value": "country" }, "query": "ber", "count": 5, "language": "en" }
request in ngx-dadata component:
{ "query": "ber" }
why we have this different?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hallo @kolkov
if I use jQuery example, then this work fine!
if I use same config with angular component I got only russian addresses, because...
request in jQuery:
request in ngx-dadata component:
why we have this different?
The text was updated successfully, but these errors were encountered: