mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #2902 - Add selectOnFocus property to Overlay components
This commit is contained in:
parent
7bdbeecf69
commit
c391fa4268
16 changed files with 111 additions and 28 deletions
|
@ -119,6 +119,12 @@ const ListboxProps = [
|
|||
default: "true",
|
||||
description: "Whether to focus on the first visible or selected element."
|
||||
},
|
||||
{
|
||||
name: "selectOnFocus",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "When enabled, the focused option is selected."
|
||||
},
|
||||
{
|
||||
name: "filterMessage",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue