13 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
59
views
How to restrict Google Places Autocomplete to real delivery addresses in South Africa
I’m using the new Google Places API and need to send a correctly formatted address to a delivery company in South Africa.
I need the Autocomplete to return only real, deliverable street addresses (not ...
0
votes
2
answers
48
views
react-native-google-places-autocomplete does not return values
I am using react-native-google-places-autocomplete to get an address coords, the input works and shows suggestions, but when I select something nothing happens! it does not up1o=udate the state to the ...
0
votes
0
answers
210
views
Why isn't react-google-autocomplete working correctly on my deployment?
I am using react-google-autocomplete in my web application. I am using it with AntDesign's Input component and it all works fine locally, but does not work on my deployment. The configurations on ...
2
votes
0
answers
70
views
Google Maps JavaScript API error: Invalid Key Map Error https://developers.google.com/maps
Issue with react-google-autocomplete package: Input box disabled when typing city name
In my React.js project, I'm using the react-google-autocomplete package to integrate the Google location API. ...
0
votes
1
answer
817
views
React Native Gesture Handler(ScrollView) not Working
Error: NativeViewGestureHandler must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/...
3
votes
1
answer
114
views
GooglePlacesAutocomplete selection not working with Slider
In expo/react-native, I have this component LocationAutocomplete using GooglePlacesAutocomplete:
import React, { useEffect, useRef } from 'react';
import { Alert } from 'react-native';
import { ...
0
votes
1
answer
5k
views
google-autocomplete not working with shadcn-ui component `command`
I want to implement Google Place Autocomplete using the shadcn-ui command component in Next.js 13. I was following a tutorial on youtube https://youtu.be/BL2XVTqz9Ek?si=XfnVHs1BRhhL8_Nn. However, in ...
0
votes
1
answer
133
views
React Native: undefined is not a function (onPress w/ GooglePlacesAutocomplete)
I am getting this error from the code below:
undefined is not a function
at screens/HomeScreen.js:38:42 in GooglePlacesAutocomplete.props.onPress
at node_modules/react-native-google-places-...
1
vote
0
answers
68
views
How i can use custom listview in react-native-google-places-autocomplete?
I have two autocompleteinputs but i want them to use same listview to look nicer. The app i am developing looks like lyft in lyft they use two text inputs in destination selection screen. How i can ...
2
votes
1
answer
2k
views
Restrict google places auto complete to only show residential addresses
I am building an application that makes use of the google places autocomplete API. For my use case I do not want to allow users to input things like businesses and points of interest - I only want to ...
0
votes
1
answer
2k
views
react hook forms with react google autocomplete not showing selected value on first select
using react hooks form with react google autocomplete. Problem is on first selection, the react google autocomplete does not show the selected value, but just what the user types. Only if you select ...
1
vote
0
answers
254
views
react-google-autocomplete returns me a different language
I'm using a react-google-autocomplete and as you can see, autocomplete results are not english(US).
Here's my codes
<StyledAutoComplete
apiKey={process.env.GOOGLE_MAPS_API_KEY}
...
0
votes
1
answer
810
views
react-google-autocomplete dropdown not showing up on MUI Dialog
I am trying to build Address form dialog with Google places api.
The problem is, when I use react-google-autocomplete's usePlacesWidget with MUI TextField, Google place dropdown menu is not showing up ...