
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@teamix/member-search
Advanced tools
@teamix/member-search
成员组件
npm install --save @teamix/member-search
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
|---|---|---|---|---|---|
| trigger | / | true | any | / | / |
| className | / | false | string | / | / |
| id | / | false | string | / | / |
| dropdownProps | The props of Fusion Dropdown Component | false | object | / | / |
| inputProps | The props of Fusion Input Component | false | object | / | / |
| loadingProps | The props of Fusion Loading Component | false | object | / | / |
| selectedUsers | Selected users | false | UserType[] | [] | / |
| recentSelectedUsers | Recent selected users | false | UserType[] | / | / |
| multiple | / | false | boolean | false | / |
| debounceTime | The debounce time of typing text and searching | false | number | 500 | / |
| onCancel | The click event of cancel button | false | () => void | / | multiple only |
| onOk | The click event of done button | false | (selectedUsers: UserType[]) => void | / | / |
| onCancelButtonText | / | false | string | 'Cancel' | / |
| onOkButtonText | / | false | string | 'Done' | / |
| searchFn | Search function | true | (q: string) => Promise<UserType[]> | / | / |
| showSearch | Whether show search (input) component | false | boolean | true | / |
| showRecentSelectedUsers | Whether show recent selected users | false | boolean | true | / |
| onInputSearchIconClick | / | false | (e) => void | / | / |
| subMenuLabelRecentSelected | The label of recent selected users | false | string | 'Recent Selected Users' | / |
| subMenuLabelSearch | The label of search | false | string | 'Search Result' | / |
| subMenuLabelInitSearch | The label of init search | false | string | 'Init Search Result' | / |
| initSearch | Do searchFn when dropdown is visible | false | boolean | true | / |
| notFoundMessage | / | false | string / ReactNode | 'Not Found' | / |
| onVisibleChangeCallback | / | false | (visible: boolean) => void | / | / |
| renderDisplayName | 自定义渲染展示名 | false | (user: UserType) => string | / | / |
| inputAutoFocus | 是否开启 Input 自动聚焦 | false | boolean | true | / |
export interface UserType {
identifier: string,
displayName: string,
displayFullName?: string,
realName: string,
nickName: string,
avatar: string,
division?: {
displayFullName?: string,
},
}
FAQs
We found that @teamix/member-search demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.