tm4321 / jquery.geocomplete

A simple plugin for Google Maps Autocomplete.
http://projects.trentmentink.com/jquery_geocomplete/
MIT License
16 stars 8 forks source link

is it possible to destroy and rollback the input ? #2

Closed fas3r closed 6 years ago

fas3r commented 6 years ago

Hello,

is it possible to destroy and reuse / reset the input as it was before been initilize by the plugin ?

thanks

tm4321 commented 6 years ago

Hi fas3r,

Currently there is no built in method to destroy then reuse the input. Could you explain your scenario? If it seems like a common enough problem I can look into adding this feature.

Thanks!