Is it possible to change the default width of input field of DayPickerInput? If yes, then how can I achieve it? I am not sure if we can do this with overlayComponent.
You can use inputProps
to add your props such as style to the input
field. See docs: http://react-day-picker.js.org/api/DayPickerInput#inputProps
For example:
<DayPickerInput inputProps={{ style: { width: 200 } }} />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With