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
Description
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
Labels
No labels