Home > @uniformdev/mesh-sdk-react > ObjectSearchResultList
ObjectSearchResultList() function
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, } | ObjectSearchResultListProps<TRenderComponent> |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<>