Skip to content

Commit

Permalink
Merge pull request #15136 from mithun522/main_#15135
Browse files Browse the repository at this point in the history
fixes #15135 Repeated Comments issue
  • Loading branch information
cetincakiroglu authored Mar 22, 2024
2 parents b2d1e9f + 82282b1 commit 6abef38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6abef38

Please sign in to comment.