still testing

This commit is contained in:
rolux 2014-12-17 14:57:04 +00:00
parent 655f77a06d
commit 073e9badd6

View file

@ -868,6 +868,9 @@ Ox.Input = function(options, self) {
self.options.changeOnKeypress && that.triggerEvent({ self.options.changeOnKeypress && that.triggerEvent({
change: {value: self.options.value} change: {value: self.options.value}
}); });
if (self.options.autocompleteSelectUpdate) {
setTimeout(self.$autocompleteMenu.updatePosition, 250);
}
//} //}
} }