1.0.19 • Published 5 years ago

l-hex-select v1.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

下拉选择组件

功能点

  • 支持表格里面展示,溢出隐藏处理,可以定义最大宽高
  • 多选、单选
  • 在可选中项目搜索

参数

  • options 下拉选项数据
  • value 默认选中项
  • isDisabled 是否禁用
  • isMulti 是否支持多选,默认ture
  • isSearchable 是否支持搜索过滤,默认ture
  • onChange 回调方法
  • className 自定义类
  • placeholder 提示为文案
  • noOptionsMessage 没有可选时提示文案
  • loadOptions 异步获取下拉项目数据

示例

const options = [
    { value: 'chocolate', label: 'Chocolate' },
    { value: 'strawberry', label: 'Strawberry' },
    { value: 'vanilla', label: 'Vanilla' },
    { value: 'Apples', label: 'Apples' },
    { value: 'Nails', label: 'Nails' },
    { value: 'Bananas', label: 'Bananas' },
    { value: 'Helicopters', label: 'Helicopters' }
  ]
  <HexSelect width="200" height="40" options={options} defaultValue={['vanilla', 'chocolate']} />
1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.10

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago