From 82282b1bd97da894b61e3c608312bf9c5bfea287 Mon Sep 17 00:00:00 2001 From: mithun522 Date: Thu, 21 Mar 2024 20:07:05 +0530 Subject: [PATCH] fixes #15135 --- 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 eda1a40114b..7b4a7a983c3 100755 --- a/src/app/components/multiselect/multiselect.ts +++ b/src/app/components/multiselect/multiselect.ts @@ -775,7 +775,7 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft this._selectAll = value; } /** - * Fields used when filtering the options, defaults to optionLabel. + * Indicates whether to focus on options when hovering over them, defaults to optionLabel. * @group Props */ @Input() focusOnHover: boolean = false;