mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5099 - autoOptionFocus property added to Input-like components
This commit is contained in:
parent
c8609171c2
commit
54a7a4fb50
10 changed files with 60 additions and 13 deletions
5
components/lib/picklist/PickList.d.ts
vendored
5
components/lib/picklist/PickList.d.ts
vendored
|
@ -335,6 +335,11 @@ export interface PickListProps {
|
|||
* @defaultValue false
|
||||
*/
|
||||
metaKeySelection?: boolean | undefined;
|
||||
/**
|
||||
* Whether to focus on the first visible or selected element.
|
||||
* @defaultValue false
|
||||
*/
|
||||
autoOptionFocus?: boolean | undefined;
|
||||
/**
|
||||
* Inline style of the the list element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue