diff --git a/src/app/components/dropdown/dropdown.ts b/src/app/components/dropdown/dropdown.ts index 86be44b379a..9f91f82e7ee 100755 --- a/src/app/components/dropdown/dropdown.ts +++ b/src/app/components/dropdown/dropdown.ts @@ -1121,6 +1121,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV this.focusedOptionIndex.set(this.findSelectedOptionIndex()); isHide && setTimeout(() => this.hide(true), 1); preventChange === false && this.onChange.emit({ originalEvent: event, value: value }); + this.resetFilter(); } }