Replies: 2 comments
-
You need to use additional wrapper component as property of InputDatePicker component and inside your wrapper you could use your custom content and casual DatePicker option. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you please show me an example? I can not see anything like InputDatePicker in documentation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using react-day-picker and I want to enable an overlay to add some custom components inside date range picker with two inputs.
There are both examples(range with two inputs and overlay) but combination of these two doesn't meet my expectations.
Here is a sandbox: https://codesandbox.io/s/react-day-picker-base-q7li8
Desired behavior is just like in this example, just with an overlay: http://react-day-picker.js.org/examples/input-from-to
Beta Was this translation helpful? Give feedback.
All reactions