Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ff3e702

Browse files
authoredAug 26, 2016
Fix README for the isOutsideRange property
1 parent 3ca489a commit ff3e702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.