2.0.0 • Published 7 years ago
@beisen-phoenix/mobile-single-select-group v2.0.0
描述
移动端单选组
| name | description | type | default |
|---|---|---|---|
| disable | 是否禁用 | boolean | false |
| initialIndex | 默认选中的索引 | number | 0 |
| datas | 单选组数据 | array,{text: string,value:string} | [] |
| onClick | 回调函数 | function | (data) => void |