Skip to content

Commit

Permalink
docs(props): fix disableScrollIfPossible type (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
artxty authored Nov 18, 2020
1 parent 68c32b6 commit 9b85631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/PROPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ Define where the handle on top of the modal should be positioned.

Disable the scroll when the content is shorter than screen's height.

| Type | Required | Default |
| ------ | -------- | ------- |
| number | No | `true` |
| Type | Required | Default |
| ---- | -------- | ------- |
| bool | No | `true` |

### `avoidKeyboardLikeIOS`

Expand Down

0 comments on commit 9b85631

Please sign in to comment.