Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Jan 23, 2023
1 parent a0e9574 commit bf7f0da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ 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,

Expand Down

0 comments on commit bf7f0da

Please sign in to comment.