Skip to content

Commit c09378a

Browse files
committed
refactor(material/chips): removes commented out code
Cleans up previous changes and removes unused code.
1 parent 763a741 commit c09378a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/material/chips/chip-input.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,4 @@ export class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
223223
private _isSeparatorKey(event: KeyboardEvent) {
224224
return !hasModifierKey(event) && new Set(this.separatorKeyCodes).has(event.keyCode);
225225
}
226-
227-
// /**
228-
// * Checks whether placeholder is used, if not checks for ariaPlaceholder, and resorts
229-
// * to default value if neither is provided.
230-
// */
231-
// getAriaPlaceholder(): string | null {
232-
// return this.placeholder ? null : this.ariaPlaceholder || null;
233-
// }
234226
}

0 commit comments

Comments
 (0)