0.0.7 • Published 6 years ago

react-multiple-checkbox-select v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

安装

npm install react-multiple-checkbox-select --save

图片

npm.io

API

props

namedescriptiontypedefault
className组件css类名String''
dropdownClassName下拉菜单css类名String''
labelPlaceholder显示框placeholderString请选择选项
inputPlaceholder搜索框placeholderString请输入关键字
noContentText无匹配内容时提示文字String暂无匹配项
allText全部String全部
data列表数据Array<{value,label}>[]
value选中值Array[]
showFilterAll是否显示过滤下的全部选择框Booleanfalse
onSubmit点击确定按钮事件Function(values)