Home > @uniformdev/mesh-sdk-react > ObjectSearchResultList

ObjectSearchResultList() function

Warning: This API is now obsolete.

this component is not recommended for use in new projects

An opinionated result list UI component that has built in drag and drop functionality and removal of all selected items from context. The result item component defaults to <, however this can be overridden with any other UI component and still maintain drag and drop functionality

Signature:

Parameters

Parameter

Type

Description

{ resultLabelText, removeButtonText, onRemoveAllSelected, hideRemoveButton, resultLabelOverride, additionalButtons, renderResultComponent, multiSelectId, disableDnD, getContainerForDnDReparenting, whenNothingSelected, }

(not declared)

input

ObjectSearchResultListProps<TRenderComponent>

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<>