react-weui
react-weui copied to clipboard
weui for react
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** But report **What is the current behavior? (现有状况)** If you set `href` in ``, then its position...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 **What is the current behavior? (现有状况)** CityPick组件onChange事件返回的是字符串值,但是selected属性却需要数组类型 **What is the expected behavior? (应有状况)** 两处应该一致,输出的值能重新返回给组件渲染状态 **Which versions...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 **What is the current behavior? (现有状况)** 搜索结果跳转后,回到搜索界面,需要恢复原来输入的搜索条件值和搜索结果, 现在没有办法做 **What is the expected behavior? (应有状况)** 通过增加下列方法可以实现上述要求: ```...
你好,我正在使用react-weui中的Msg组件,其中的description参数期望的是接收一个string类型,但是我想显示的文字需要多行显示,请问这个有什么解决方法吗?
BUG: 在安卓机型测试了华为,moto X,三星,Android 6系统,Android7系统的微信浏览器都报错: 错误如下:  已经确定是因为微信内置浏览器不兼容ES6的`Array.prototype.find`所导致的
BUG: 在安卓机型测试了红米,Android 6系统微信浏览器报错: 错误如下: 已经确定是因为微信内置浏览器不兼容ES6的Array.prototype.fill所导致的