README
xpaas-materilas-option-change
简介:选择框切换
选择框切换
Props
PropName | Type | Default | Required | Description --|:--:|:--:|:--:|--: optionList | Array | [] | true | 选择框数据 setSelectAttr | object | {'clearable': true} | | Select Attributes props | object | { 'label': 'label','value': 'value',} | | Option Attributes contentBottomStyle | object | {'padding': '20px', } | | 选择框下边样式 optionStyle | object | {'background-color': '#fff','min-height': '80vh','marin-right': '20px',} | | 选择框样式 isShowFirst | Boolean | false | | 选择框是否默认展开第一个
Event name
EventName | Type | Description --|:--:|--: change | func | 改变后返回选中对象