You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the google place API does not find a place, it's not possible to detect this event. In case the to be prefilled fields are initially hidden, and only shown when the place change event fires, the user has no way to access the address fields to manually fill out.
Expected behavior
Fire event to inform about the place is not found.
The google places api states for the "place_change" event:
This event is fired when a PlaceResult is made available for a Place the user has selected.
If the user enters the name of a Place that was not suggested by the control and presses the Enter key, or if a Place Details request fails, the PlaceResult contains the user input in the name property, with no other properties defined.
I'm submitting a...
Current behavior
In case the google place API does not find a place, it's not possible to detect this event. In case the to be prefilled fields are initially hidden, and only shown when the place change event fires, the user has no way to access the address fields to manually fill out.
Expected behavior
Fire event to inform about the place is not found.
I created a pull request for this feature
#36
The text was updated successfully, but these errors were encountered: