mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4106 - InputText: size property
This commit is contained in:
parent
3d49b11814
commit
019f1607e9
3 changed files with 23 additions and 2 deletions
|
@ -5,6 +5,12 @@ const InputTextProps = [
|
|||
default: 'null',
|
||||
description: 'Value of the component.'
|
||||
},
|
||||
{
|
||||
name: 'size',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Defines the size of the component, valid values are "small" and "large".'
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue