Skip to content

Commit

Permalink
Update src/components/Form.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sahil <thesahindia@gmail.com>
  • Loading branch information
chrispader and thesahindia authored Jan 24, 2023
1 parent bf7f0da commit c37e279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ const propTypes = {
isSubmitActionDangerous: PropTypes.bool,

/** Whether the ScrollView overflow content is scrollable.
* Set to true to avoid nested Picker components at the bottom of the Form from rendering the popup selector over Picker
* e.g. https://github.com/Expensify/App/issues/13909#issuecomment-1396859008
*/
* Set to true to avoid nested Picker components at the bottom of the Form from rendering the popup selector over Picker
* e.g. https://github.com/Expensify/App/issues/13909#issuecomment-1396859008
*/
scrollToOverflowEnabled: PropTypes.bool,

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

...withLocalizePropTypes,
Expand Down

0 comments on commit c37e279

Please sign in to comment.