Skip to content

Commit

Permalink
Fixed primefaces#16845 | Set the default value of autoOptionFocus to …
Browse files Browse the repository at this point in the history
…false
  • Loading branch information
mehmetcetin01140 committed Nov 26, 2024
1 parent 62230c6 commit 21a0329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primeng/src/select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ export class Select extends BaseComponent implements OnInit, AfterViewInit, Afte
* Whether to focus on the first visible or selected element when the overlay panel is shown.
* @group Props
*/
@Input({ transform: booleanAttribute }) autoOptionFocus: boolean = true;
@Input({ transform: booleanAttribute }) autoOptionFocus: boolean = false;
/**
* Applies focus to the filter element when the overlay is shown.
* @group Props
Expand Down

0 comments on commit 21a0329

Please sign in to comment.