Fixed #4106 - InputText: size property

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-04 12:28:31 +03:00
parent 3d49b11814
commit 019f1607e9
3 changed files with 23 additions and 2 deletions

View file

@ -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',