AndrewButenko / ABControlsToolkit

MIT License
28 stars 8 forks source link

Request: Add place name to Address Autocomplete Control #2

Open RamutisUlozas opened 3 years ago

RamutisUlozas commented 3 years ago

The Address Autocomplete Control is great! I am using it with the Google Places API. Would it be possible to add the "place name" field to the control? The API supports this and it would be great when entering business addresses.

AndrewButenko commented 2 years ago

Hello, Can you please provide an additional description? Do you want to have an additional output to store that name to? Andrew

chriswhitingBCH commented 2 years ago

If Place name is returned, then ideally this would populate as street 1 or prepend to street 1, e.g. PLACENAME, STREET 1

Other people may want it separately though.

e.g. image

image

chriswhitingBCH commented 2 years ago

Probably best to use a custom .js for this, do you have any more documentation on creating these?