When position='bottom-left' the maxLengthIndicator is wrongly positioned, actually the correct position is:
maxLengthIndicator.css({top: pos.top + pos.height, left: pos.left});
and not:
maxLengthIndicator.css({ top: pos.top + currentInput.outerHeight(), left: pos.left - outerWidth });