react-weui
react-weui copied to clipboard
weui for react
https://github.com/weui/react-weui/blob/232fb9421f715d9c50bcc7a1b0a989e6371f3721/src/components/form/uploader.js#L178 假如maxCount为4,在还没有添加图片的情况下,如果一次选择4张以上,这时对最大允许上传图片数的限制不对
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** **What is the current behavior? (现有状况)** **What is the expected behavior? (应有状况)** **Which versions of React-weui, weui,...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 问题 **What is the current behavior? (现有状况)** ``` import React from 'react'; import { Flex, FlexItem, Page,...
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** 建议 bug 都有 **What is the current behavior? (现有状况)** 官网链接https://weui.github.io/react-weui/docs/#/react-weui/docs/page/1/articles/52 picker 显示不正常 ,麻烦请给出能用的demo 一级的本地可以,多级选择不显示, **What is the...
修复 Swiper handleTouchMove 事件中的 preventDefault 导致页面不能正常滚动的问题。 1. 在 handleTouchStart 记录起始触摸点 2. 在 handleTouchMove 中计算横向与纵向触摸移动距离 3. 分别比较横向与纵向移动距离来判断用户滚动意向,满足当前 direction 才对 diff 求值 4. 比较 diff 与 translate 来决定是否 preventDefault 并且更新 translate
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** **What is the current behavior? (现有状况)** **What is the expected behavior? (应有状况)** **Which versions of React-weui, weui,...
uploader组件oochange返回的文件大小不是压缩过之后的
错误信息: Warning: Function components cannot be given refs. Attempts to access this ref will fail.%s%s "react": "^16.7.0", "react-dom": "^16.7.0", "react-router-dom": "^4.3.1", "react-scripts": "2.1.3", "react-weui": "^1.1.3", "weui": "^1.1.0" 代码 如下
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** bug **What is the current behavior? (现有状况)** 无法滑动 **What is the expected behavior? (应有状况)** 可以滑动 **Which versions...