Socket
Book a DemoInstallSign in
Socket

contacts-picker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contacts-picker

### Usage

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

contacts-picker

Usage

<ContactsPicker
        visible={selectorVisible}   模态框显示隐藏
        selectedStaffs={selectedStaffs} 选中的人
        selectedDept={selectedDept} 选中的部门
        actionsType={1} // 选人/选部门 类型
        handleCancel={() =>
            this.setState({ selectorVisible: false })
        }
        handleOk={this.handleSelectorOk} />     // 返回选中的人或部门的 item 数组

FAQs

Package last updated on 30 Jul 2018

Did you know?

Socket

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.

Install

Related posts