mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update api-generator
This commit is contained in:
parent
4836654f7b
commit
d43ea02957
18 changed files with 198 additions and 0 deletions
|
@ -41,6 +41,12 @@ const SelectButtonProps = [
|
|||
default: 'false',
|
||||
description: 'When present, it specifies that the element should be disabled.'
|
||||
},
|
||||
{
|
||||
name: 'invalid',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'When present, it specifies that the component should have invalid state style.'
|
||||
},
|
||||
{
|
||||
name: 'dataKey',
|
||||
type: 'string',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue