-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
When using a md-select without the placeholder
attribute, the options shown should be the same width as the md-select element.
What is the current behavior?
The options are at a smaller width than the md-select attribute, since the _triggerWidth
property is only set when the placeholder
attribute is set, which is done in https://github.com/angular/material2/blob/master/src/lib/select/select.ts#L217
What are the steps to reproduce?
Which versions of Angular, Material, OS, browsers are affected?
@angular/material: 2.0.0-beta.2
Google Chrome Version 56.0.2924.87 (64-bit)
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent