mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #5096 - autoOptionFocus default type is changed as false
This commit is contained in:
parent
594eef2ca1
commit
1a048a0fd1
15 changed files with 15 additions and 15 deletions
|
@ -439,7 +439,7 @@ export interface AutoCompleteProps {
|
|||
virtualScrollerOptions?: VirtualScrollerProps;
|
||||
/**
|
||||
* Whether to focus on the first visible or selected element when the overlay panel is shown.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
autoOptionFocus?: boolean | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue