Closed yagmurse closed 2 years ago
Users should be able to select location from google maps places api suggestions , as they type the location. For this, the request that is made to the "/api/events/" endpoint in the backend will be updated.
I created a new Component file named Autocomplete2.js, I worked on the branch frontend-geocode2. Related commit is linked
Users should be able to select location from google maps places api suggestions , as they type the location. For this, the request that is made to the "/api/events/" endpoint in the backend will be updated.