maxText : String
当日期小格子中的日期大于maxValue时显示的出错文本 (默认值为 'The date in this field must be before {maxValue}')。
当日期小格子中的日期大于maxValue时显示的出错文本 (默认值为 'The date in this field must be before {maxValue}')。 DateField
maxValue : Date/String
允许的最大日期。 既然可以是一个Javascript date 对象也可以是一个 格式合法的字符串 (默认值为 null).
在你的属性里面设置即可,你可以设置为maxValue : new Date();