Skip to content

Commit 6fa4c81

Browse files
kor-kandrewseguin
authored andcommitted
refactor(mdc-chips): Make MatChipTextControl publically available. (#16820)
Make the MatChipTextControl class available for implementation by other classes, so input fields other than <input> elements - eg. custom <div>s - can be used with mat-chip-grid (which currently assumes a matChipInputFor <input> is provided). (cherry picked from commit 2baa362)
1 parent 796fb49 commit 6fa4c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-chips/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ export * from './module';
1616
export * from './chip-input';
1717
export * from './chip-default-options';
1818
export * from './chip-icons';
19+
export * from './chip-text-control';

0 commit comments

Comments
 (0)