From 44f2601f6d967c16efca4206fc2045764f0bd4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:43:04 +0300 Subject: [PATCH] Fixed #14134 - MultiSelect | Fix typo --- src/app/components/multiselect/multiselect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/multiselect/multiselect.ts b/src/app/components/multiselect/multiselect.ts index 09120d2ed88..4b27023b0cd 100755 --- a/src/app/components/multiselect/multiselect.ts +++ b/src/app/components/multiselect/multiselect.ts @@ -1865,7 +1865,7 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft this.filterInputChild.nativeElement.value = ''; } - this._filterValue = null; + this._filterValue.set(null); this._filteredOptions = null; }