Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mithun522 committed Mar 21, 2024
1 parent d851f38 commit 82282b1
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 82282b1

Please sign in to comment.