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.
2 parents ce63e97 + 5495b66 commit 9ea914bCopy full SHA for 9ea914b
projects/dxc-ngx-cdk/src/lib/dxc-select/select.html
@@ -8,7 +8,7 @@
8
See https://github.com/angular/components/issues/20694
9
-->
10
<span class="assistiveText">{{assistiveText}}</span>
11
-<label class="selectLabel">
+<label class="selectLabel" *ngIf="label">
12
<span *ngIf="required" class="select-required">*</span>
13
<span>{{label}}</span>
14
</label>
projects/dxc-ngx-cdk/src/lib/dxc-select/select.scss
@@ -12,7 +12,7 @@ $mat-select-item-height: 3em !default;
$mat-select-placeholder-arrow-space: 2 *
($mat-select-arrow-size + $mat-select-arrow-margin);
15
-.mat-select {
+.mat-select, .mat-select-empty {
16
// display: inline-block;
17
width: 100%;
18
outline: none;
0 commit comments