diff --git a/src/app/components/dropdown/dropdown.ts b/src/app/components/dropdown/dropdown.ts index 7464bf5c599..b0d107ee988 100755 --- a/src/app/components/dropdown/dropdown.ts +++ b/src/app/components/dropdown/dropdown.ts @@ -1078,7 +1078,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV if (this.filter) { this.resetFilter(); } - this.value = value; + this.value = this.modelValue(); this.allowModelChange() && this.onModelChange(value); this.modelValue.set(this.value);