Skip to content

wrong positioning when position='bottom-left'  #130

@juongithub

Description

@juongithub

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 });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions