mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #5105
This commit is contained in:
parent
19f9813d16
commit
3d43ab506f
6 changed files with 33 additions and 0 deletions
|
@ -245,6 +245,12 @@ const MultiSelectProps = [
|
|||
default: 'false',
|
||||
description: 'Whether to focus on the filter element when the overlay panel is shown.'
|
||||
},
|
||||
{
|
||||
name: 'highlightOnSelect',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Highlights automatically the first item.'
|
||||
},
|
||||
{
|
||||
name: 'filterMessage',
|
||||
type: 'string',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue