From ee430de3c7cf62cbb58c97775daebcebb42f561b Mon Sep 17 00:00:00 2001 From: palewire Date: Fri, 5 Aug 2011 10:43:52 -0700 Subject: [PATCH] If you select an address from the dropbox, it will replace the current value in the input field. Fixes #21. --- jquery.geocodify.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jquery.geocodify.js b/jquery.geocodify.js index a5d378a..325c969 100644 --- a/jquery.geocodify.js +++ b/jquery.geocodify.js @@ -231,6 +231,8 @@ } else if (count === 1 && force) { settings.onSelect(results[0]); $this.reset(); + $this.previousSearch = results[0].formatted_address; + input.val(results[0].formatted_address); } else { var ul = $("