-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
locationSelect does not return value #17
Comments
hmmm that's not supposed to happen. I'll take a look and let you know when it's fixed! |
I did a little research and the locationSelect event should be firing when showMap is set to false.
Can you verify if it works when using an ngModel or a reactiveFormControl? Note: you can only use one of the provided options at a time for getting a value. |
Hi Florian import { ChangeDetectionStrategy} from '@angular/core'; @component({ Can you reproduce this problem? |
Issue:
when using the locationPickerWidget, upon selecting an address, the bar does not get the selected value and the event locationSelect does not fire.
Expected:
the event locationSelect fires when n address is selected from the dropdown, or when an address is found after pressing enter.
using:
The text was updated successfully, but these errors were encountered: