TextField.types
Props
CaptionProps
CaptionProps:
object
Type declaration
Member | Type |
---|---|
justifyContents | StackProps ["justify" ] |
status | Status |
Source
libs/design-system-core/src/components/TextField/types.ts:29
InputProps
InputProps:
object
&JSX.IntrinsicElements
["input"
]
Type declaration
Member | Type |
---|---|
altBg | boolean |
fullWidth | boolean |
iconLeft | React.ReactElement |
iconRight | React.ReactElement |
radius | Radius |
status | Status |
type | "text" |
Source
libs/design-system-core/src/components/TextField/types.ts:12
LabelProps
LabelProps:
object
Type declaration
Member | Type |
---|---|
disabled | JSX.IntrinsicElements ["input" ]["disabled" ] |
id | string |
required | boolean |
requiredFieldAsteriskColor | Color |
Source
libs/design-system-core/src/components/TextField/types.ts:22
MultlineProps
MultlineProps:
object
&JSX.IntrinsicElements
["textarea"
]
Type declaration
Member | Type |
---|---|
radius | Radius |
status | Status |
type | "multiline" |
Source
libs/design-system-core/src/components/TextField/types.ts:6
TextFieldProps
TextFieldProps:
InputProps
|MultlineProps
&object
Type declaration
Member | Type |
---|---|
caption | string |
customStyle | string |
inputRef | InputProps ["ref" ] & MultlineProps ["ref" ] |
justifyCaption | CaptionProps ["justifyContents" ] |
label | string |
required | boolean |
requiredFieldAsteriskColor | Color |
status | Status |
Source
libs/design-system-core/src/components/TextField/types.ts:34