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); + } //} }