diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index 8ff69a1e..31654f43 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -488,6 +488,7 @@ Ox.Input = function(options, self) { selected: selected }).showMenu(); if (self.options.autocompleteSelectUpdate) { + Ox.print('A????') setTimeout(self.$autocompleteMenu.updatePosition, 250); } } else { @@ -869,6 +870,7 @@ Ox.Input = function(options, self) { change: {value: self.options.value} }); if (self.options.autocompleteSelectUpdate) { + Ox.print('B????') setTimeout(self.$autocompleteMenu.updatePosition, 250); } //}