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