JinzeLin
JinzeLin
1. 选项列数每次都需要自己通过multipleWidth去计算,能否直接提供列数参数?如直接指定三列。 2. multiple和single两个参数容易混淆,multiple是否有必要?如果改成multipleColumns,用来指定列数,1列的时候就是不开启多列会不会更好? 备注:若觉得可以,我这边可以提供一个pull request。
# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...
无障碍化支持
缺少更好的无障碍支持,如常见的accessibilityRole、accessibilityState: https://reactnative.cn/docs/accessibility.html
React version: 17.0.2 ## Steps To Reproduce Code example: `` ## The current behavior `style="0:[object Object];1:[object Object]"` ## The expected behavior `style="font-size:12px;line-height:20px"`
**Current behavior** Public method: options2 throw error `Unknown type undefined` **To reproduce** ``` /** * show * @public * @param options1 options1 * @param options2 options2 */ public show =...
本来以为没人需要这样一个项目,所以写了3/4左右的Element组件后没再维护。 最近发现不知道从什么途径来的,多了10个Star,所以开个issue看下是否真的有小伙伴需要这样一个项目。 有需要的同学可以回复在这个issue,我视情况看是否重启这个项目。