Skip to content

Commit e6c7866

Browse files
committed
fixup! feat(material-experimental/mdc-form-field): separate out text and icon prefixes/suffixes
1 parent fc17419 commit e6c7866

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/material-experimental/mdc-form-field/directives/prefix.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const MAT_PREFIX = new InjectionToken<MatPrefix>('MatPrefix');
1717

1818
/** Prefix to be placed in front of the form field. */
1919
@Directive({
20-
/** @breaking-change 13.0.0 remove [matPrefix] */
2120
selector: '[matPrefix], [matIconPrefix], [matTextPrefix]',
2221
providers: [{provide: MAT_PREFIX, useExisting: MatPrefix}],
2322
})

src/material-experimental/mdc-form-field/directives/suffix.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const MAT_SUFFIX = new InjectionToken<MatSuffix>('MatSuffix');
1717

1818
/** Suffix to be placed at the end of the form field. */
1919
@Directive({
20-
/** @breaking-change 13.0.0 remove [matSuffix] */
2120
selector: '[matSuffix], [matIconSuffix], [matTextSuffix]',
2221
providers: [{provide: MAT_SUFFIX, useExisting: MatSuffix}],
2322
})

0 commit comments

Comments
 (0)