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;