SearchFieldProps
Home > @backstage/ui > SearchFieldProps
Signature:
export interface SearchFieldProps extends AriaSearchFieldProps, Omit<FieldLabelProps, 'htmlFor' | 'id' | 'className'>
Extends: AriaSearchFieldProps, Omit<FieldLabelProps, 'htmlFor' | 'id' | 'className'>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ReactNode | false |
(Optional) An icon to render before the input | ||
|
string |
(Optional) The placeholder text for the input | ||
|
'small' | 'medium' | Partial<Record<Breakpoint, 'small' | 'medium'>> |
(Optional) The size of the text field | ||
|
boolean |
(Optional) Controls whether the SearchField starts in a collapsed state. |