An open API service indexing awesome lists of open source software.

https://github.com/tmaize/el-select2

el-select 增强,大数据不再卡顿
https://github.com/tmaize/el-select2

component el-select element-ui select vue

Last synced: 8 months ago
JSON representation

el-select 增强,大数据不再卡顿

Awesome Lists containing this project

README

          

# el-select2

[el-select](https://element.eleme.cn/#/zh-CN/component/select) 增强,大数据不再卡顿

[查看演示 Demo](https://tmaize.github.io/el-select2/)

## Install

```
yarn add el-select2
```

```js
import ElSelect2 from 'el-select2'
```

```vue

```
## 示例代码

[demo](https://github.com/TMaize/el-select2/blob/master/src/App.vue)

[umd demo](https://github.com/TMaize/el-select2/blob/master/public/umd-demo.html)

## Select Attributes

- options 列表数据
- idKey 列表数据 id,默认取 valueKey
- valueKey 列表数据 valueKey
- labelKey 列表数据 labelKey
- value
- noDataText
- noMatchText
- size
- clearable
- filterable
- disabled
- name
- autocomplete
- placeholder
- popper-append-to-body
- popperAppendToBody
- automatic-dropdown
- automaticDropdown

## Select Events

同 el-select

- input
- change
- clear
- visible-change
- blur
- focus

## Select Slots

- empty