PrimeInputProps
| Extends: | InputProps<InputType> |
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| hint | | Hint text displayed below the input. |
| placeholder inherited from InputProps | | |
| 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. |