react-mobile-datepicker
react-mobile-datepicker copied to clipboard
当设置最小值时,年月不能选择,只能先选择日或者时后,年月才能滚动选择
<DatePicker dateConfig={dateConfig} theme='ios' min={this.state.today} headerFormat='YYYY/MM/DD hh点' showCaption={true} isOpen={this.state.isStartOpen} onSelect={this.handleStartSelect} onCancel={this.handleStartCancel} />
不知道是不是需要设置什么属性?谢谢大大
有解决么