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
I have configured the autocomplete on each page to use the initialize$ hook, in order to set their default country scope (to Australia).
The first time load, you should see 'INITIALIZED!!!' in the console, it works so far. Press the letter F in the field, it should suggest Flinders Street Station (a popular Australian location).
Now go to page 2. This autocomplete does not call the intiialize hook, the console shows nothing, and it doesn't have a country scope anymore (pressing F has the first result as Frankfurt, Germany).
This renders the autocomplete field next to useless for multi-page uses. Am I doing something wrong here.
https://stackblitz.com/edit/ng-map-starter-dmk2kc
I have configured the autocomplete on each page to use the initialize$ hook, in order to set their default country scope (to Australia).
The first time load, you should see 'INITIALIZED!!!' in the console, it works so far. Press the letter F in the field, it should suggest Flinders Street Station (a popular Australian location).
Now go to page 2. This autocomplete does not call the intiialize hook, the console shows nothing, and it doesn't have a country scope anymore (pressing F has the first result as Frankfurt, Germany).
This renders the autocomplete field next to useless for multi-page uses. Am I doing something wrong here.
UPDATE
This breaks on your demo site!
Go to the places autocomplete page
The text was updated successfully, but these errors were encountered: