diff --git a/jquery.textcomplete.js b/jquery.textcomplete.js index 31f51e8e..924c6e67 100644 --- a/jquery.textcomplete.js +++ b/jquery.textcomplete.js @@ -457,6 +457,9 @@ this.$el = $el; this.index = 0; this.completer = completer; + if (completer.option.listPosition) { + this.setPosition = completer.option.listPosition; + } this.$el.on('mousedown.textComplete', 'li.textcomplete-item', $.proxy(this.onClick, this));