ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
462 stars 114 forks source link

Add criteria using the React Component #215

Open danielc1015 opened 1 year ago

danielc1015 commented 1 year ago

Hi there! Im using the react component and its working really well. I still can't find out how to add criteria to the input text. In other words, can i modify the input text before to send the request to the service?

For example, if I'm writing "554 my adress" i need that the actual value sent to the service be "554 my adress, New York".

Thank you very much!