README
描述
移动端表单平铺单选组
Tabs
| name | description | type | default |
|---|---|---|---|
| readOnly | 是否只读 | boolean | false |
| initialIndex | 默认选中的索引值 | number | 0 |
| datas | 选项数据 | array, [{text: string,value: string,disable?: boolean}] | [] |
| onClick | 回调函数 | function | (data) => void |
移动端表单平铺单选组
<script type="module">
import beisenPhoenixMobileTiledSingleSelect from 'https://cdn.skypack.dev/@beisen-phoenix/mobile-tiled-single-select';
</script>
移动端表单平铺单选组
| name | description | type | default |
|---|---|---|---|
| readOnly | 是否只读 | boolean | false |
| initialIndex | 默认选中的索引值 | number | 0 |
| datas | 选项数据 | array, [{text: string,value: string,disable?: boolean}] | [] |
| onClick | 回调函数 | function | (data) => void |