mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #2916 - Add autoFilterFocus property to Dropdown and MultiSelect
This commit is contained in:
parent
bc17ff6022
commit
12190e45fd
8 changed files with 61 additions and 15 deletions
|
@ -197,6 +197,12 @@ const DropdownProps = [
|
|||
default: "true",
|
||||
description: "Whether to focus on the first visible or selected element when the overlay panel is shown."
|
||||
},
|
||||
{
|
||||
name: "autoFilterFocus",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Whether to focus on the filter element when the overlay panel is shown."
|
||||
},
|
||||
{
|
||||
name: "selectOnFocus",
|
||||
type: "boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue