TextFieldProps
Home > @backstage/canon
> TextFieldProps
Signature:
export interface TextFieldProps extends Omit<React.ComponentPropsWithoutRef<'input'>, 'size'>
Extends: Omit<React.ComponentPropsWithoutRef<'input'>, 'size'>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(Optional) The class name of the text field | ||
string |
(Optional) The description of the text field | ||
string | null |
(Optional) The error message of the text field | ||
string |
(Optional) The label of the text field | ||
string |
The name of the text field | ||
'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>> |
(Optional) The size of the text field |