Hi,
I was reading the docs but I didn't find a prop that I could send to the component in order to prevent user from typing in the input.
Is there a way to do it?
Thanks
inputProps prop should work:
<DayPickerInput inputProps={{ readOnly: true }} />
Most helpful comment
inputPropsprop should work: