react-weui icon indicating copy to clipboard operation
react-weui copied to clipboard

weui for react

Results 86 react-weui issues
Sort by recently updated
recently updated
newest added

picker 导致Cell多次触发事件. Cell点击时弹出了alert(1),然后显示picker. 此时点击界面上任意一个地方, 都会触发Cell事件弹出alert(1),这是不应该的 ` ` [test.txt](https://github.com/weui/react-weui/files/2653712/test.txt)

fixed bug that the className of page component includes 'undefined'

onFileClick 属性没反应 官方文档里面,上传图片以后是可以预览的,自己把代码复制下来放到项目里面,当上传图片以后,再次点击图片,没反应onFileClick 属性没生效。 看了下uploader.js的源码,是有设置onFileClick 属性的,但是没有导出,不知道怎样才可以实现官方文档里面可以预览图片的效果呢?

我想从相册取图片,然后 我把代码改成这样

如题。。。 在Uploader中,多张图片情况下。。。 只有第一张图片会被显示出来,其他图片是黑的 印象中该功能在之前版本是好的,麻烦帮忙看一下 谢谢

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** 在安卓系统可以正常显示,在ios苹果系列手机均无法显示--如图片所示,仅展示为一个黑色的框框 ![image](https://user-images.githubusercontent.com/29394439/45342881-d4560680-b5d1-11e8-9091-fbae49290425.png) **What is the expected behavior? (应有状况)** 应该两种机型都是可以展示的才对 **Which...

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 **What is the current behavior? (现有状况)** searchBar组件没有onFocus回调方法,tabbar不可以自定义样式(比如修改颜色) **What is the expected behavior? (应有状况)** 在js版的weui中,可以自定义样式。希望在react-weui中,可以暴露更多的Props,方便自定义。 **Which versions...

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?**bug **What is the current behavior? (现有状况)** ![image](https://user-images.githubusercontent.com/696493/41837833-3b2f1a3c-7891-11e8-8622-d60389be0b0a.png) 当我这样使用的时候会出现ru如下图所示,最下面一行的选项,同时text无法点击输入,但我更换radio框是可以使用的。 ![image](https://user-images.githubusercontent.com/696493/41837703-ddfb728e-7890-11e8-9f78-1b93bc8d7122.png) **What is the expected behavior? (应有状况)** 应该不会出现多余的一个checkbox框,以及input框可以点击并且输入 **Which...

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** 我使用两个citypicker,使用第一个citypicker的选择结果,去服务端查询获得第二个citypicker使用的数据,setState刷新页面。 点击第二个citypicker,弹出的页面显示空白,没有数据。点击“确定”隐藏弹出页; 再次点击第二个citypicker,弹出的页面显示正常,有数据。 我使用react插件查看,第二个citypicker的data被更新后,groups没有及时更新(因此显示空白页),“确定”后,groups更新了,因此第二次打开正常显示。 **What is the expected behavior? (应有状况)**...