Skip to content

Commit d550e4e

Browse files
mmalerbaandrewseguin
authored andcommitted
fix(material/form-field): undeprecated legacy and standard appearances (#18144)
There are a few bugs to address with outline and fill styles before we can deprecate these.
1 parent 1d9033e commit d550e4e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/material/form-field/form-field.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ class MatFormFieldBase {
7474
const _MatFormFieldMixinBase: CanColorCtor & typeof MatFormFieldBase =
7575
mixinColor(MatFormFieldBase, 'primary');
7676

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-
*/
77+
/** Possible appearance styles for the form field. */
8378
export type MatFormFieldAppearance = 'legacy' | 'standard' | 'fill' | 'outline';
8479

8580
/** Possible values for the "floatLabel" form-field input. */

0 commit comments

Comments
 (0)