Skip to content

Commit

Permalink
Fixed #15109
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Mar 20, 2024
1 parent 6c1f8b0 commit 283c71b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/components/chips/chips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 283c71b

Please sign in to comment.