react-google-location icon indicating copy to clipboard operation
react-google-location copied to clipboard

Change placeholder

Open abxlayedev opened this issue 4 years ago • 0 comments

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 ?

abxlayedev avatar May 26 '21 19:05 abxlayedev