score:0

Accepted answer

alright there is mindate prop.

<datepicker
  todaybutton={"today"}
  selected={this.state.day}
  onchange={this.ondatechange}
  mindate={moment()}
  isclearable={true}
  placeholdertext="choose date"
/>

Related Query

More Query from same tag