krasimir / react-place

React geo location component based on Google Maps
http://krasimir.github.io/react-place
MIT License
117 stars 18 forks source link

Debounce typing #11

Open pcg92 opened 6 years ago

pcg92 commented 6 years ago

This library is nice, but It does a lot of request, 1 by letter. So, a prop "debounce" could be great, what do you think about it?

krasimir commented 6 years ago

Yep, that's a good idea. I'll think about making a change.

pcg92 commented 6 years ago

Do you need help?