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
When using the search by name feature, if I first search by address, then by name, the map stays on the last address location and does not show all the stores by name.
I fixed this by adding mappingObj.origin = undefined; to the last section of processForm function, in the else if(searchInput !== '') { case.
The text was updated successfully, but these errors were encountered:
When using the search by name feature, if I first search by address, then by name, the map stays on the last address location and does not show all the stores by name.
I fixed this by adding
mappingObj.origin = undefined;
to the last section of processForm function, in theelse if(searchInput !== '') {
case.The text was updated successfully, but these errors were encountered: