Skip to main content
Version: 1.1.0

ExtendedSearchBox

@spartanfx/react v1.1.0


@spartanfx/react / index / ExtendedSearchBox

Variable: ExtendedSearchBox

const ExtendedSearchBox: React.FunctionComponent<IExtendedSearchBoxProps>;

ExtendedSearchBox is a modern search input component that supports dynamic search modes, customizable button behavior, and optional localization.

Example

<ExtendedSearchBox
onChange={(value) => console.log(value)}
searchType={SearchTypes.searchById}
fullWidth
translate={(text) => localize(text)}
/>