Skip to content

Commit 03d2a7f

Browse files
authored
Merge pull request #40 from maslianok/patch-1
Fix README for the isOutsideRange property
2 parents 3ca489a + ff3e702 commit 03d2a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To indicate which days are blocked from selection, you may provide a function to
8585
```
8686

8787
`isOutsideRange` indicates which days are out of selectable range.
88-
Past dates out of range by default. If you would like to allow the user to select days in the past, you may set `isOutsideRange` to `() => true`.
88+
Past dates out of range by default. If you would like to allow the user to select days in the past, you may set `isOutsideRange` to `() => false`.
8989
```
9090
isOutsideRange: PropTypes.func
9191
```

0 commit comments

Comments
 (0)