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

测试设备iphone6s 浏览器safari GalleryDelete 被TabBarItem遮挡 "react-weui": "^1.1.3", "weui": "^1.1.0" ![861519794808_ pic](https://user-images.githubusercontent.com/1215976/36771143-8d61fbf8-1c89-11e8-9dd2-59076a52333c.jpg)

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** PullToRefresh组件使用后导致屏幕无法向上滚动 **What is the expected behavior? (应有状况)** 应该能向上滚动 **Which versions...

question

**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** 弹出ActionSheet或者Popup层的时候会被 上层dom里的TabBar 遮盖 **What is the expected behavior? (应有状况)** ActionSheet...

bug

![tim 20170927150132](https://user-images.githubusercontent.com/9410576/30900083-1f3cdf20-a395-11e7-984c-630a13c5e1f5.png)

pr #219 1. [picker_group](https://github.com/weui/react-weui/blob/master/src/components/picker/picker_group.js#L63-L79) 这里的代码不需要判断,一行就可以。 2. [picker_group](https://github.com/weui/react-weui/blob/master/src/components/picker/picker_group.js#L93-L99) 这里代码不需要把数组循环完毕 3. city_picker是不需要考虑props改变的场景,定位很明确。但是picker作为一个覆盖面广的组件需要考虑到props改变的场景,这个场景需求很大。 4. 应当设置value和text,有些情况下,显示值与实际需要获取的值不一样,所以考虑组件广泛性应当在data结构中设置value和text,这样设计比较合理。 5. picker作为组件设计应当将picker独立考虑,我认为[city_picker](https://github.com/weui/react-weui/blob/master/src/components/picker/city_picker.js#L48)这里是组件外部text的选中值,组件里面应当有组件当前选中值,text既做外部传入值,组件应当初始化显示为text选中值,但是明显没有实现。 6. 组件没有初始化选中值,用户不滑动情况下直接选中这种场景是存在的。 -----吃完饭继续写----- 7. [city_picker](https://github.com/weui/react-weui/blob/master/src/components/picker/city_picker.js#L57-L83) 这里可以用循环去写更容易读懂 8. 接口写的不明确,有些属性接口中没有的,程序中直接用了。citypicker里面的lang属性是很需要的,但是没有。建议检查下接口与程序内部props属性一致问题。 9. group本来就是组的意思,强行加groups很不容易区分多组不级联选择器的区别,建议picker_group更名为picker_list,用list单指一列

suggest
in progress

具体是在第一次的时候,会触发2次,参见 https://codepen.io/yangbin1994/pen/dzeNYq?editors=1111

有的时候编译 还是会直接显示成 ok cancel lang={{'leftBtn': '取消11', 'rightBtn': '确定1'}} 时而有作用 时而无作用 是在哪里有统一的配制 中文展示 英文展示的么?查看文档没有看到啊

额...控制台一堆冒红

如题,把城市名称存到数据库,如果涉及筛选或者搜索的话不太友好呀