Skip to main content

TextField.types

Props

CaptionProps

CaptionProps: object

Type declaration

MemberType
justifyContentsStackProps["justify"]
statusStatus

Source

libs/design-system-core/src/components/TextField/types.ts:29


InputProps

InputProps: object & JSX.IntrinsicElements["input"]

Type declaration

MemberType
altBgboolean
fullWidthboolean
iconLeftReact.ReactElement
iconRightReact.ReactElement
radiusRadius
statusStatus
type"text"

Source

libs/design-system-core/src/components/TextField/types.ts:12


LabelProps

LabelProps: object

Type declaration

MemberType
disabledJSX.IntrinsicElements["input"]["disabled"]
idstring
requiredboolean
requiredFieldAsteriskColorColor

Source

libs/design-system-core/src/components/TextField/types.ts:22


MultlineProps

MultlineProps: object & JSX.IntrinsicElements["textarea"]

Type declaration

MemberType
radiusRadius
statusStatus
type"multiline"

Source

libs/design-system-core/src/components/TextField/types.ts:6


TextFieldProps

TextFieldProps: InputProps | MultlineProps & object

Type declaration

MemberType
captionstring
customStylestring
inputRefInputProps["ref"] & MultlineProps["ref"]
justifyCaptionCaptionProps["justifyContents"]
labelstring
requiredboolean
requiredFieldAsteriskColorColor
statusStatus

Source

libs/design-system-core/src/components/TextField/types.ts:34