We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f7e9b commit 9ea5694Copy full SHA for 9ea5694
src/material/form-field/form-field.ts
@@ -75,12 +75,7 @@ class MatFormFieldBase {
75
const _MatFormFieldMixinBase: CanColorCtor & typeof MatFormFieldBase =
76
mixinColor(MatFormFieldBase, 'primary');
77
78
-/**
79
- * Possible appearance styles for the form field.
80
- *
81
- * Note: The `legacy` and `standard` appearances are deprecated. Please use `fill` or `outline`.
82
- * @breaking-change 11.0.0 Remove `legacy` and `standard`.
83
- */
+/** Possible appearance styles for the form field. */
84
export type MatFormFieldAppearance = 'legacy' | 'standard' | 'fill' | 'outline';
85
86
/**
0 commit comments