lanjingling0510 / react-mobile-datepicker

🙊 👻 look a demo, Please imitate mobile environment.
https://codepen.io/lanjingling0510/pen/LRpOYp?editors=1010
MIT License
301 stars 145 forks source link

当设置最小值时,年月不能选择,只能先选择日或者时后,年月才能滚动选择 #35

Open morecho opened 5 years ago

morecho commented 5 years ago

wx20190109-101904 <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} />

不知道是不是需要设置什么属性?谢谢大大

vuelmc commented 1 year ago

有解决么