Skip to content

Commit

Permalink
Update src/components/Form.js
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martins <luacmartins@gmail.com>
  • Loading branch information
chrispader and luacmartins authored Jan 23, 2023
1 parent 7d59c4b commit b08dc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const propTypes = {
*/
scrollToOverflowEnabled: PropTypes.bool,

/** Defines wheter ScrollWithContext should be used instead of regular ScrollView
* Should be set to true, when there's a nested Picker component in the ScrollView's children
/** Whether ScrollWithContext should be used instead of regular ScrollView.
* Set to true when there's a nested Picker component in Form.
*/
scrollContextEnabled: PropTypes.bool,

Expand Down

0 comments on commit b08dc2b

Please sign in to comment.