We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a21675 + a0b7938 commit 7b44c86Copy full SHA for 7b44c86
src/international_address_autocomplete/Suggestion.js
@@ -3,6 +3,8 @@ class Suggestion {
3
this.street = responseData.street;
4
this.locality = responseData.locality;
5
this.administrativeArea = responseData.administrative_area;
6
+ this.administrativeAreaShort = responseData.administrative_area_short;
7
+ this.administrativeAreaLong = responseData.administrative_area_long;
8
this.postalCode = responseData.postal_code;
9
this.countryIso3 = responseData.country_iso3;
10
this.entries = responseData.entries;
0 commit comments