@beisen/select
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

#Select

概述

select下拉选择框

API

参数 说明 类型 默认值 必须
size 选择框的大小,选项(small, normal, large) String normal No
isSearch 是否支持搜索功能 Boolean false No
value 传人的选择值 String 或 Array No
isMultiSelect 是否支持多选 Boolean false No
readOnly 是否支持只读 Boolean false No
isActive 是否处于边框高亮状态 Boolean false No
placeHolder 输入框的占位符 String ‘请输入’ No
disabled 禁用全部checkbox boolean false No
showModel 是否显示了下拉模态框 boolean false No
error 校验错误 any No
onChange 发生状态变化后的回调,返回值 (value, showModel, searchWord) Function No
onDelete 删除选项后的回调,返回值 (value) Function No
onSearch 可搜索情况下,输入框的值的回调,返回值 (searchWord) Function No

item

传人的数据是数组,每一项的结构如下:

参数 说明 类型 默认值 必须
label 实际显示的文案 String Yes
value 选项的实际值 String Yes
disabled 禁止该选项 boolean false No

Readme

Keywords

none

Package Sidebar

Install

npm i @beisen/select

Weekly Downloads

9

Version

1.0.7

License

ISC

Unpacked Size

55.1 kB

Total Files

25

Last publish

Collaborators

  • albert-zhang
  • liugenpeng
  • beisencorp
  • lgm
  • neozw