From e35452aaa75a00f14b98b9f910f45bc23785c2c4 Mon Sep 17 00:00:00 2001 From: christianesperar Date: Sat, 25 Jun 2016 20:13:49 +0800 Subject: [PATCH] Fix autocomplete suggestions not aligned --- production/form.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/production/form.html b/production/form.html index 72023b24..58bb145f 100755 --- a/production/form.html +++ b/production/form.html @@ -626,8 +626,7 @@
- -
+
@@ -1546,8 +1545,7 @@ // initialize autocomplete with custom appendTo $('#autocomplete-custom-append').autocomplete({ - lookup: countriesArray, - appendTo: '#autocomplete-container' + lookup: countriesArray }); });