In SendbirdApp , is there any search for members in create new channel

when we create a new channel and click on group , then there is a list of members for adding in the group, so the problem i am facing is how can we add a search functionality for search a particular member from the list here. as we are using a Component named as SendbirdApp.

do we have any prop or how can we achieve this functionality

we are using the code snappet :-

<SendbirdApp
appId={process.env.REACT_APP_SENDBIRD_APP_ID}
userId={userId}
nickname={${userProfile?.firstName} ${userProfile?.lastName}}
profileUrl={userProfile?.profilePhoto}
colorSet={{
“–sendbird-light-primary-100”: “#E0E0E0”,
“–sendbird-light-primary-400”: “#D80621”,
“–sendbird-light-primary-300”: “#7D7D7D”,
“–sendbird-light-secondary-300”: “#16A413”,
“–sendbird-light-onlight-01”: “#0F0F0F”,
“–sendbird-light-onlight-03”: “#616161”,
“–sendbird-font-family-default”: “Nunito Sans”,
}}
breakpoint=“600px”
disableUserProfile
showSearchIcon
isMentionEnabled
/>