react-bootstrap-datetimepicker icon indicating copy to clipboard operation
react-bootstrap-datetimepicker copied to clipboard

minDate can't use state

Open Sean-Snow opened this issue 9 years ago • 1 comments

<DateTimeField onChange={(x) =>{this.setState(d: moment(x,'x'))}}/>
<DateTimeField minDate={this.state.d}/>

This code can't normal use,change the this.state.d, minDate don't work

Sean-Snow avatar Oct 19 '15 08:10 Sean-Snow

Same here the minDate is not working on my end as well

eversadia avatar Oct 20 '15 05:10 eversadia