Components
Search
Props

SearchProps

Hierarchy

  • ComponentPropsWithoutRef<"input">

    SearchProps

Properties

loading

Optional loading: boolean

Whether component is loading or not

Default

false;

Defined in

packages/components/src/search/search.tsx:70 (opens in a new tab)


onClear

Optional onClear: () => void

Type declaration

▸ (): void

Callback when the input is cleared

Returns

void

Default

undefined;

Defined in

packages/components/src/search/search.tsx:75 (opens in a new tab)