We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cae6e commit 3df8e47Copy full SHA for 3df8e47
src/lib/select/select.html
@@ -10,7 +10,7 @@
10
[class.mat-floating-placeholder]="_hasValue()"
11
[@transformPlaceholder]="_getPlaceholderAnimationState()"
12
[style.opacity]="_getPlaceholderOpacity()"
13
- [style.width.px]="_selectedValueWidth"> {{ placeholder }} </span>
+ [style.width.px]="_selectedValueWidth">{{ placeholder }}</span>
14
15
<span class="mat-select-value" *ngIf="_hasValue()">
16
<span class="mat-select-value-text" [ngSwitch]="!!customTrigger">
src/lib/select/select.scss
@@ -76,7 +76,7 @@ $mat-select-trigger-underline-height: 1px !default;
76
77
// TODO: Double-check accessibility of this style
78
.mat-select-required &::after {
79
- content: '*';
+ content: ' *';
80
}
81
82
0 commit comments