We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8da47f commit a03c74cCopy full SHA for a03c74c
README.md
@@ -84,7 +84,7 @@ You MUST pass a single child element to the `<DateRangePicker />` component- and
84
Passing custom react components is not currently supported b/c this lib needs a single dom node to initialize.
85
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.
+to control the value of your child `<input />`, then you will probably encounter issues.
88
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
Please view the storybook for an example of this.
0 commit comments