We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f330474 commit 9c981e9Copy full SHA for 9c981e9
tools/public_api_guard/material/chips.d.ts
@@ -152,6 +152,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
152
_blur(): void;
153
_focusInput(options?: FocusOptions): void;
154
_keydown(event: KeyboardEvent): void;
155
+ _keyup(event: KeyboardEvent): void;
156
_markAsTouched(): void;
157
_setSelectionByValue(value: any, isUserInput?: boolean): void;
158
protected _updateFocusForDestroyedChips(): void;
0 commit comments