sbmdkl / nepali-datepicker-reactjs

20 stars 16 forks source link

disable initial date #4

Closed Parasbuda closed 3 years ago

Parasbuda commented 3 years ago

How to disable the initail date on the calender.

sbmdkl commented 3 years ago

You can pass defaultDate as a props: <Calendar defaultDate='2077-10-20' onChange={this.onChange} />

sjonchhe commented 2 years ago

defaultDate doesnt update on rerender. it only works if default date exists in initial render