Posts

Showing posts with the label react-datepicker

react js Date-picker(react js date-picker set year range in year drop down list )

react js Date-picker(react js date-picker set year range in year drop down list ) how to disable the past years in year drop down list in react date picker? the problem is when we click the drop down list it shows past years as well as future year.I want show the current and future years enter image description here This may be relevant stackoverflow.com/questions/41323221/… – Sterling Archer Jun 29 at 17:23 The code did not disable the years in year drop down but it disable the dates – Abishek Jun 29 at 17:33 1 Answer 1 You can pass the prop minDate to the DatePicker component, and set it to the start of t...