We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5
https://github.com/misszoessmile/taro-bug-demo 浏览器版本: Chrome87 使用框架: React
当开始日期未选择时, 选择结束日期为当天之前的日期
当开始日期未选择时, 选择结束日期为当天之前的日期, 组件不报错
当开始日期未选择时, 选择结束日期为当天之前的日期, 组件报错, 页面卡死
👽 Taro v1.3.11 Taro CLI 1.3.11 environment info: System: OS: Windows 10 Binaries: Node: 10.16.3 - C:\Program Files\nodejs\node.EXE Yarn: 1.13.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.9.0 - ~\AppData\Local\Yarn\bin\npm.CMD
选择了结束日期后, 开始日期的end值为结束日期的值, 而value值为空, 被组件设计为默认是当天时间, 则判断时value的时间大于end的时间
The text was updated successfully, but these errors were encountered:
No branches or pull requests
相关平台
H5
复现仓库
https://github.com/misszoessmile/taro-bug-demo
浏览器版本: Chrome87
使用框架: React
复现步骤
当开始日期未选择时, 选择结束日期为当天之前的日期
期望结果
当开始日期未选择时, 选择结束日期为当天之前的日期, 组件不报错
实际结果
当开始日期未选择时, 选择结束日期为当天之前的日期, 组件报错, 页面卡死
环境信息
补充信息
选择了结束日期后, 开始日期的end值为结束日期的值, 而value值为空, 被组件设计为默认是当天时间, 则判断时value的时间大于end的时间
The text was updated successfully, but these errors were encountered: