react-datepicker input width will not adjust to 100%

前端 未结 8 2022
谎友^
谎友^ 2021-02-14 00:16

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

8条回答
  •  北荒
    北荒 (楼主)
    2021-02-14 00:39

    I just passed a className to the component:

    
    

    Here's how I set the width:

    .date-input-field {
        max-width: 7rem;
    }
    

提交回复
热议问题