SelectV3 选择器 
选择器,基于虚拟选择器开发的业务选择器,当文本超出时,出现 tooltip。
基础用法 
使用 options传入数据
个微、企微 
options 对象中加入 type 属性即可
type 为 1 是个微, type 为 2 是企微
Icon 
传入 icon组件来显示不同的 icon
icon组件的优先级大于 type 字段
自定义 Tooltip 
使用text-ellipsis-options 属性来设置text-ellipsis组件属性
API 
属性 
其他相关的 API 属性,请参考Virtualized Select 虚拟化选择器
| 属性名 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| options | 选项列表 | Array | - | 
| text-ellipsis-options | text-ellipsis 组件属性 | Object | - | 
| icon | icon 组件 | Object | - | 
| icon-options | icon 组件属性 | Object | - |