salt-ui/saltui

DatetimeField 组件属性 minDate 设置 `new Date(2019, 9, 25).getTime()` 抛出异常

Closed this issue · 1 comments

这是一个

  • 错误报告
  • 功能需求

SaltUI 版本

4.6.8

复现步骤

DatetimeField 组件属性 minDate 设置 new Date(2019, 9, 25).getTime()

import { DatetimeField as Field } from 'saltui';

image

组件抛出异常,

image

疑似,处理天的时候,输出了 undefined.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.