File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
projects/angular/components/ui-suggest/src Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 60
60
}
61
61
}
62
62
63
+ mat-form-field .mat-form-field-hide-placeholder #{$componentName } {
64
+ .mat-chip-list {
65
+ .mat-input-element ::placeholder {
66
+ color : currentColor !important ;
67
+ -webkit-text-fill-color : currentColor !important ;
68
+ }
69
+ }
70
+ }
71
+
63
72
#{$componentName } :not (.form-control ) {
64
73
.display {
65
74
& :focus {
Original file line number Diff line number Diff line change 127
127
< input *ngIf ="searchable "
128
128
[uiAutofocus] ="isOpen "
129
129
[refocus] ="isOpen "
130
- [placeholder] ="(this. isFormControl && !empty) ? null : placeholder "
130
+ [placeholder] ="(isFormControl && !empty) ? null : defaultValue "
131
131
[formControl] ="inputControl "
132
132
[matChipInputFor] ="chipList "
133
133
[attr.maxlength] ="maxLength "
171
171
172
172
< mat-form-field *ngIf ="searchable && !multiple "
173
173
floatLabel ="never ">
174
- < input [placeholder] ="(this. isFormControl && !empty) ? null : placeholder "
174
+ < input [placeholder] ="isFormControl ? null : placeholder "
175
175
[formControl] ="inputControl "
176
176
[uiAutofocus] ="isOpen &&
177
177
searchable "
You can’t perform that action at this time.
0 commit comments