digipolisantwerp / location-picker_widget_angular

Antwerp UI Location Picker Widget UI (Angular)
Other
2 stars 6 forks source link

bugfix/SearchAddressOnStreetChoice #129

Open DarkFelcore opened 21 hours ago

DarkFelcore commented 21 hours ago

When a particular street is selected, followed by a house number, consideration must be given to which street an address should be searched for. The street id is now passed to the address call. Until now this was not the case, resulting in the return of addresses unrelated to the selected street.

If an address is selected, this address will be made active until the input string no longer matches the street name of the active address. When this is the case, the location search fields are reset.