You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
I've just come across a variant of this, where the ui-select boxes are in a panel that can be hidden (but starts visible).
We've jumped from 0.12 to 0.17.1, but I don't think this is an entirely new issue. We've always had trouble with multiple ui-select boxes on the same page, and the width of the input/placeholder panel acting strangely (seemed to clear up after the various ajax requests on the page completed and angular completed another digest cycle).
Bug description:
With the changes to
sizeSearchInput
in 0.17.1, updating disabled or hidden multi-select inputs will set the width to 10px permanently.Link to minimally-working plunker that reproduces the issue:
The width of the input in the following plunker is indicated in red.
http://plnkr.co/edit/lQLLozS6DhnPXXzmuWXJ?p=preview
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular: 1.5.5
UI-Select: 0.17.1
Bootstrap/Select2/Selectize CSS (if applicable): 3.1.1
The text was updated successfully, but these errors were encountered: