2.0.1 • Published 7 years ago
@beisen-phoenix/mobile-tiled-single-select v2.0.1
描述
移动端表单平铺单选组
Tabs
| name | description | type | default |
|---|---|---|---|
| readOnly | 是否只读 | boolean | false |
| initialIndex | 默认选中的索引值 | number | 0 |
| datas | 选项数据 | array, {text: string,value: string,disable?: boolean} | [] |
| onClick | 回调函数 | function | (data) => void |