Material: rc5 : multi select values are vertically aligned .

Created on 26 Nov 2015  路  9Comments  路  Source: angular/material

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

Most helpful comment

:+1:

still happens in rc-6 too

temporary fix....

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

All 9 comments

+1

:+1:

still happens in rc-6 too

temporary fix....

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

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

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

+1

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

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?

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

Was this page helpful?
0 / 5 - 0 ratings