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

Make select-choices box bigger than the input box? #1311

Closed
xingped opened this issue Nov 19, 2015 · 5 comments
Closed

Make select-choices box bigger than the input box? #1311

xingped opened this issue Nov 19, 2015 · 5 comments

Comments

@xingped
Copy link

xingped commented Nov 19, 2015

Is there a way to let the choices box expand to as big as it needs to be to prevent the text of choices being chopped off?

@jlandry
Copy link

jlandry commented Nov 19, 2015

I believe that the multiple should do that.

@xingped
Copy link
Author

xingped commented Nov 19, 2015

It doesn't as far as I can tell.

http://plnkr.co/edit/8ZIrKI7M5UGzgtsZwCYZ?p=preview

@jlandry
Copy link

jlandry commented Nov 19, 2015

I see you mean expand the text box's width or wrap the text.

@pburrows
Copy link

Does this fix it? It does for me:

.ui-select-bootstrap>.ui-select-choices{
    width: auto !important;
}

@wesleycho
Copy link
Contributor

One should be able to do this via CSS.

Closing as a support issue.

stguitar added a commit to ClearPoint-Strategy/ui-select that referenced this issue Jul 19, 2016
angular-ui#267
angular-ui#378
angular-ui#558
angular-ui#399
angular-ui#819
angular-ui#880
angular-ui#1311

Essentially provides better control over direction to open, and we make sure the drop up/down element isnt clipped by bounding containers with overflow settings.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants