mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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
2
components/lib/listbox/Listbox.d.ts
vendored
2
components/lib/listbox/Listbox.d.ts
vendored
|
@ -293,7 +293,7 @@ export interface ListboxProps {
|
|||
virtualScrollerOptions?: VirtualScrollerProps;
|
||||
/**
|
||||
* Whether to focus on the first visible or selected element.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
autoOptionFocus?: boolean | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue