Skip to content

Commit 3dad935

Browse files
authored
Merge pull request #46405 from software-mansion-labs/@cdOut/accounting-confirm-fix
[NetSuite] Android - Accounting-Confirm button doesn't work while keyboard is up
2 parents a2091d7 + f94ac71 commit 3dad935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/workspace/accounting/netsuite/advanced/NetSuiteCustomFormIDPage.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function NetSuiteCustomFormIDPage({policy}: WithPolicyConnectionsProps) {
7272
connectionName={CONST.POLICY.CONNECTIONS.NAME.NETSUITE}
7373
shouldIncludeSafeAreaPaddingBottom
7474
shouldBeBlocked={!config?.customFormIDOptions?.enabled}
75+
shouldUseScrollView={false}
7576
>
7677
<View style={[styles.flexGrow1, styles.ph5]}>
7778
<FormProvider

0 commit comments

Comments
 (0)