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
I just passed a className to the component:
Here's how I set the width:
.date-input-field { max-width: 7rem; }