DatePicker组件给了max属性会导致ios环境下年份不显示问题 年限的部分dom消失
Closed this issue · 5 comments
Version of antd-mobile
5.37.1
Operating system and its version
iOS
Browser and its version
No response
Sandbox to reproduce
What happened?
Relevant log output
No response
Hi, LvZhenXiang.
Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.
我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandbox 或 stackblitz 创建一个实例。
Hi, LvZhenXiang.
Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.
我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandbox 或 stackblitz 创建一个实例。
Hi, LvZhenXiang.
Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.
我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandbox 或 stackblitz 创建一个实例。
在ios环境下可复现
链接 not found 了
Hi, LvZhenXiang.
Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.
我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandbox 或 stackblitz 创建一个实例。
链接 not found 了
实例忘记public了 现在可以了
Hi, LvZhenXiang.
Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.
我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandbox 或 stackblitz 创建一个实例。
链接 not found 了
实例忘记public了 现在可以了
手机端 Date 解析跟 pc 有点区别, 字符串格式, 需要按标准格式写 'xxxx-xx-xx' 现在 'xxxx-x-x' 会解析为无效时间
或者你可以使用 new Date(2100, 1, 1, 0, 0, 0)