1.1.0 • Published 4 years ago

virtual-antd-select v1.1.0

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

####antd>select component show slow on focus, use virtual scroll to slove it

    1. npm i virtual-antd-select
    1. import { VSelect } from 'virtual-antd-select'
    1. <VSelect ...props>

      javascript
      VSelect props /**

      • Select的showSearch,是否可以输入检索 */ showSearch: boolean, /**
      • Select的placeholder,默认值为“请选择” */ placeholder?: string, /**
      • 需要加载到Select的全量数据 */ optionList: Array, /**
      • Option的Value属性名 */ valueProp: string, /**
      • Option展示的文本属性名 */ displayProp: string, /**
      • 真实加载到dom中的数据长度,默认值为20 */ viewListLength?: number, /**
      • Select下拉每一个选项的高度,默认值为32 */ optionHeight?: number, /**
      • Select的选中事件 */ onSelectChange: (value: any) => void,
1.1.0

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.9

4 years ago

1.0.6

4 years ago

1.0.10

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago