diff --git a/src/app/components/chips/chips.ts b/src/app/components/chips/chips.ts index 653f4074e96..b210f18d05a 100755 --- a/src/app/components/chips/chips.ts +++ b/src/app/components/chips/chips.ts @@ -491,7 +491,11 @@ export class Chips implements AfterContentInit, ControlValueAccessor { } } - clear() { + /** + * Callback to invoke on filter reset. + * @group Method + */ + public clear() { this.value = null; this.updateFilledState(); this.onModelChange(this.value);