1.0.2 • Published 1 year ago

el-select2 v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

el-select2

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

查看演示 Demo

Install

yarn add el-select2
import ElSelect2 from 'el-select2'
<el-select2 v-model="value" :options="options" labelKey="b" valueKey="a" clearable :filterable="filterable" :disabled="disabled" />

示例代码

demo

umd demo

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