dynamic-forms-primeng / Interface

PrimeTextareaProps

Extends:TextareaProps

Configuration props for PrimeNG textarea field component.

Properties

NameTypeDescription
autoResize
boolean | undefined

Enable automatic resizing based on content.

cols
inherited from TextareaProps
number | undefined
hint
DynamicText | undefined

Hint text displayed below the textarea.

maxlength
number | undefined

Maximum number of characters allowed.

placeholder
inherited from TextareaProps
DynamicText | undefined
rows
overrides TextareaProps
number | undefined

Number of visible text lines.

styleClass
string | undefined

CSS class to apply to the textarea element.