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
Any time I've clicked on an autocomplete result, the URL should reflect the place id of what I'm currently looking at.
Currently this works:
Search "coffee"
Click first result - see the url update with the coffee place id as expected
Click the "delete" ❌ button.
The place id is removed from the URL.
Search "sandwich"
Click first result - see the url update with the sandwich place id as expected
But this does not work:
Search "coffee"
Click first result - see the url update with the coffee place id as expected
Select the search bar text with your mouse and delete it, then search "sandwich"
Search "sandwich"
Click first result - but the url is not updated with the sandwich place id. It still has the coffee place id.
The text was updated successfully, but these errors were encountered:
From: #161 (comment)
Any time I've clicked on an autocomplete result, the URL should reflect the place id of what I'm currently looking at.
Currently this works:
Search "coffee"
Click first result - see the url update with the coffee place id as expected
Click the "delete" ❌ button.
The place id is removed from the URL.
Search "sandwich"
Click first result - see the url update with the sandwich place id as expected
But this does not work:
Search "coffee"
Click first result - see the url update with the coffee place id as expected
Select the search bar text with your mouse and delete it, then search "sandwich"
Search "sandwich"
Click first result - but the url is not updated with the sandwich place id. It still has the coffee place id.
The text was updated successfully, but these errors were encountered: