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
Borki opened this issue
Nov 16, 2016
· 1 comment
· Fixed by #1936
Assignees
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixP5The team acknowledges the request but does not plan to address it, it remains open for discussion
That i can build a md-button-toggle-group in which all md-button-toggle are vertical aligned.
What is the current behavior?
All md-button-toggle in a md-button-toggle-group are horizontal aligned
What is the use-case or motivation for changing an existing behavior?
I want to make a md-button-toggle-group in which the goggle buttons are vertical assigned for example for side-nav bars. maybe an new value like multiple (vertical/horizontal)
Which versions of Angular, Material, OS, browsers are affected?
The text was updated successfully, but these errors were encountered:
jelbourn
added
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
labels
Nov 18, 2016
devversion
added a commit
to devversion/material2
that referenced
this issue
Nov 19, 2016
* feat(button-toggle): add option for vertical toggle groups
Adds a new input for showing the associated toggles in a group vertically.
Closes#1892.
* Prefix md-vertical class with component name
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixP5The team acknowledges the request but does not plan to address it, it remains open for discussion
Bug, feature request, or proposal:
Request, Proposal
What is the expected behavior?
That i can build a md-button-toggle-group in which all md-button-toggle are vertical aligned.
What is the current behavior?
All md-button-toggle in a md-button-toggle-group are horizontal aligned
What is the use-case or motivation for changing an existing behavior?
I want to make a md-button-toggle-group in which the goggle buttons are vertical assigned for example for side-nav bars. maybe an new value like multiple (vertical/horizontal)
Which versions of Angular, Material, OS, browsers are affected?
"@angular/core": "~2.1.0",
"@angular/material": "2.0.0-alpha.10"
The text was updated successfully, but these errors were encountered: