react-bootstrap-datetimepicker
react-bootstrap-datetimepicker copied to clipboard
minDate can't use state
<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
Same here the minDate is not working on my end as well