I am attempting to adjust the width of the react-datepicker input box and surprisingly have found little information out there and am unable to effect its width. I would just l
Simple solution: Add this to your css file.
.react-datepicker__input-container { width: inherit; } .react-datepicker-wrapper { width: 100%; }