File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ You MUST pass a single child element to the `<DateRangePicker />` component- and
84
84
Passing custom react components is not currently supported b/c this lib needs a single dom node to initialize.
85
85
86
86
NOTE: This component should be used as an [ Uncontrolled Component] ( https://reactjs.org/docs/uncontrolled-components.html ) . If you try
87
- to control the value of your child ` <input /> ` , the you will probably encounter issues.
87
+ to control the value of your child ` <input /> ` , then you will probably encounter issues.
88
88
89
89
There are 2 methods from the upstream lib that can be called: ` setStartDate ` and ` setEndDate ` , but you need to use refs when doing so.
90
90
Please view the storybook for an example of this.
You can’t perform that action at this time.
0 commit comments