still testing
This commit is contained in:
parent
655f77a06d
commit
073e9badd6
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
}
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue