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 3e2e023 commit 8f62ffeCopy full SHA for 8f62ffe
src/material/input/input.ts
@@ -71,8 +71,7 @@ const _MatInputMixinBase: CanUpdateErrorStateCtor & typeof MatInputBase =
71
/**
72
* @breaking-change 8.0.0 remove .mat-form-field-autofill-control in favor of AutofillMonitor.
73
*/
74
- '[class.mat-form-field-autofill-control]': 'true',
75
- '[class.mat-input-element]': 'true',
+ 'class': 'mat-input-element mat-form-field-autofill-control',
76
'[class.mat-input-server]': '_isServer',
77
// Native input properties that are overwritten by Angular inputs need to be synced with
78
// the native input element. Otherwise property bindings for those don't work.
0 commit comments