From 073e9badd63c378e2977d4fc690c21ed4a3cb77f Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 17 Dec 2014 14:57:04 +0000 Subject: [PATCH] still testing --- source/UI/js/Form/Input.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index 78b26759..8ff69a1e 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -868,6 +868,9 @@ Ox.Input = function(options, self) { self.options.changeOnKeypress && that.triggerEvent({ change: {value: self.options.value} }); + if (self.options.autocompleteSelectUpdate) { + setTimeout(self.$autocompleteMenu.updatePosition, 250); + } //} }