ant-design/ant-design-mobile

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

https://codesandbox.io/p/sandbox/solitary-fast-j3d58w?workspaceId=79a15877-e219-4681-94f4-0b01786add99

What happened?

微信图片_20241009142233

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.

我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandboxstackblitz 创建一个实例。

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.

我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandboxstackblitz 创建一个实例。

在ios环境下可复现
https://codesandbox.io/p/sandbox/solitary-fast-j3d58w?workspaceId=79a15877-e219-4681-94f4-0b01786add99

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.

我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandboxstackblitz 创建一个实例。

在ios环境下可复现

https://codesandbox.io/p/sandbox/solitary-fast-j3d58w?workspaceId=79a15877-e219-4681-94f4-0b01786add99

链接 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.

我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandboxstackblitz 创建一个实例。

在ios环境下可复现
https://codesandbox.io/p/sandbox/solitary-fast-j3d58w?workspaceId=79a15877-e219-4681-94f4-0b01786add99

链接 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.

我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandboxstackblitz 创建一个实例。

在ios环境下可复现
https://codesandbox.io/p/sandbox/solitary-fast-j3d58w?workspaceId=79a15877-e219-4681-94f4-0b01786add99

链接 not found 了

实例忘记public了 现在可以了

手机端 Date 解析跟 pc 有点区别, 字符串格式, 需要按标准格式写 'xxxx-xx-xx' 现在 'xxxx-x-x' 会解析为无效时间
或者你可以使用 new Date(2100, 1, 1, 0, 0, 0)