disabledStartDate = (current) => {const endValue = this.state.endValue;// if (!startValue || !endValue) {// return false;// }// return startValue.valueOf() > endValue.valueOf();return current < moment();} disabledDate={this.disabledStartDate}设置disabledDate不可选的日期,怎样才可以把当天变成可选的
添加回答
举报
0/150
提交
取消