diff --git a/src/app/components/dropdown/dropdown.ts b/src/app/components/dropdown/dropdown.ts index 4272b70091d..ac6a132ad21 100755 --- a/src/app/components/dropdown/dropdown.ts +++ b/src/app/components/dropdown/dropdown.ts @@ -1737,6 +1737,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV this.updateEditableLabel(); this.onChange.emit({ originalEvent: event, value: this.value }); this.onClear.emit(event); + this.resetFilter(); } }