ExtendedSearchBox
3p-core / ExtendedSearchBox
Variable: ExtendedSearchBox
const
ExtendedSearchBox:React.FunctionComponent
<IExtendedSearchBoxProps
>
ExtendedSearchBox
is a reusable search input component that supports dynamic search modes,
customizable button behavior, and optional localization. Useful for toggling between free-text
and field-specific searches (e.g., by SharePoint ListItem ID).
Example
<ExtendedSearchBox
onChange={(value) => console.log(value)}
searchType={SearchTypes.searchById}
fullWidth
translate={(text) => localize(text)}
/>