Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Wrong inputWidth, input too long #2010

Open
@NaturalL

Description

@NaturalL

Bug description: Wrong inputWidth, the inputWidth shoud minus the container border-width or padding with different theme.

-          var inputWidth = containerWidth - input.offsetLeft - 10;
+          var inputWidth = containerWidth - input.offsetLeft;

Link to minimally-working plunker that reproduces the issue:

http://plnkr.co/edit/OAemHKmhjJmB0iF2lMX0

UI-Select: Version: 0.19.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions