Skip to main content
Version: 1.0.0

IExtendedSearchBoxProps

@spartanfx/react v1.0.0


@spartanfx/react / 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.