Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

rc5 : multi select values are vertically aligned . #5926

Closed
asjadsaboor-10p opened this issue Nov 26, 2015 · 9 comments
Closed

rc5 : multi select values are vertically aligned . #5926

asjadsaboor-10p opened this issue Nov 26, 2015 · 9 comments

Comments

@asjadsaboor-10p
Copy link

when multiple values are selected in multi select they are aligned vertically instead of horizontal alignment.

code pen: http://codepen.io/anon/pen/BogQxg
rc5 multi select issue

@TheRealBryon
Copy link

+1

@andrew-cunliffe
Copy link

👍

still happens in rc-6 too

temporary fix....

.md-select-value {
    div {
        display: inline;
    }
}

@dohomi
Copy link

dohomi commented Dec 7, 2015

+1. issue happens in rc-5 and rc-6. The documentation doesn't display a multiple="true"example any longer

@mprentic-harris
Copy link
Contributor

@ThomasBurleson This really doesn't look good and a regression like this (from RC5) shouldn't go into 1.0.

@tamsler
Copy link

tamsler commented Dec 9, 2015

+1

@mprentic-harris
Copy link
Contributor

This was fixed in 2ab3075. This should be closed.

@devversion
Copy link
Member

Right! Thanks for keeping an eye on that @mprentic-harris 😄

@praetor-ss
Copy link

I am surprised that this was changed. I want it to work as it originally did as I have long texts to select within the md-select.... Why was this considered a bug and why wasn't instead an option introduced to control the alignment of selected items?

@Splaktar
Copy link
Member

Splaktar commented Feb 8, 2018

@praetor-ss please open a new issue and link to this one.

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

10 participants