Skip to main content
Version: 2.1.4

IExtendedSearchBoxProps

3p-core v2.1.4


3p-core / IExtendedSearchBoxProps

Interface: IExtendedSearchBoxProps

Props for the ExtendedSearchBox component.

Properties

PropertyTypeDescription
buttonProps?IButtonPropsOptional props passed to the Fluent UI PrimaryButton.
fullWidth?booleanIf true, allows the search input to expand to fill available horizontal space.
onChange(newValue) => voidCallback triggered when a new search value is submitted or cleared.
searchBoxProps?ISearchBoxPropsOptional props passed directly to the underlying Fluent UI SearchBox.
searchType?SearchTypesThe current search mode (searchByText or searchById). Defaults to searchByText.
translate?(text) => stringOptional localization function to translate UI strings.