dynamic-forms-primeng / Interface

PrimeInputProps

Extends:InputProps<InputType>

No documentation has been provided.

Properties

NameTypeDescription
hint
DynamicText | undefined

Hint text displayed below the input.

placeholder
inherited from InputProps
DynamicText | undefined
size
"small" | "large" | undefined

Size variant of the input.

styleClass
string | undefined

CSS class to apply to the input element.

type
overrides InputProps
"number" | "text" | "email" | "password" | "tel" | "url" | undefined

Type of the input element.

variant
"outlined" | "filled" | undefined

Visual variant of the input.