mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +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
4
components/lib/inputtext/InputText.d.ts
vendored
4
components/lib/inputtext/InputText.d.ts
vendored
|
@ -38,6 +38,10 @@ export interface InputTextProps extends InputHTMLAttributes {
|
|||
* Value of the component.
|
||||
*/
|
||||
modelValue?: Nullable<string>;
|
||||
/**
|
||||
* Defines the size of the component.
|
||||
*/
|
||||
size?: 'small' | 'large' | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {InputTextPassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue