react-google-location
react-google-location copied to clipboard
Change placeholder
Hi, I can not change placeholder of GoogleComponent.
I tried : <GoogleComponent apiKey={API_KEY} language={'fr'} country={'country:fr'} coordinates={true} locationBoxStyle={'custom-style'} locationListStyle={'custom-style-list'} placeholder={'Saisissez l'adresse'} onChange={placeSelected} />
But it is not working. It is showing "Start typing location".
Please do you have any solution ?