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 增强,大数据不再卡顿
- Host: GitHub
- URL: https://github.com/tmaize/el-select2
- Owner: TMaize
- Created: 2022-10-26T16:03:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T07:14:18.000Z (over 3 years ago)
- Last Synced: 2025-02-01T17:11:10.480Z (over 1 year ago)
- Topics: component, el-select, element-ui, select, vue
- Language: Vue
- Homepage: https://tmaize.github.io/el-select2/
- Size: 609 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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