From a7739f5e5ee7a02d0e77ad09a8eb10de2ed26bff Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 17 Dec 2014 14:44:24 +0000 Subject: [PATCH] testing, try timeout --- source/UI/js/Form/Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index a2873e5c..04324f66 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -485,7 +485,7 @@ Ox.Input = function(options, self) { self.selectEventBound = true; } if (self.options.autocompleteSelectUpdate) { - self.$autocompleteMenu.updatePosition(); + setTimeout(self.$autocompleteMenu.updatePosition, 25); } self.$autocompleteMenu.options({ selected: selected