Skip to content

Commit 901debc

Browse files
committed
fix: remove unused trackByEnumOptionId function
1 parent ae1fac2 commit 901debc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/angular-material/src/library/controls/autocomplete.renderer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ export class AutocompleteControlRenderer
213213
};
214214
}
215215

216-
trackByEnumOptionId(_index: number, option: EnumOption): string {
217-
return option.value;
218-
}
219-
220216
/**
221217
* For {@link options} input backwards compatibility
222218
*/

0 commit comments

Comments
 (0)