mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5105
This commit is contained in:
parent
19f9813d16
commit
3d43ab506f
6 changed files with 33 additions and 0 deletions
|
@ -72,6 +72,12 @@ const TreeProps = [
|
|||
default: 'undefined',
|
||||
description: "Locale to use in filtering. The default locale is the host environment's current locale."
|
||||
},
|
||||
{
|
||||
name: 'highlightOnSelect',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Highlights automatically the first item.'
|
||||
},
|
||||
{
|
||||
name: 'scrollHeight',
|
||||
type: 'string',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue