actengage / vue-place-autocomplete

A Vue component for the Google Place Autocomplete API.
Other
26 stars 27 forks source link

Search will now throttle down #17

Open CSalih opened 3 years ago

CSalih commented 3 years ago

A Request to Google will send when typing is stopped and if the time (current 200ms) is elapsed. Unfortunately giving the debounce time over a prop causes some issues, so its currently hard coded.

Fixes: #15