Skip to content

Commit 9a367d8

Browse files
committed
Add shouldSubmitForm to description field
1 parent 3ee7240 commit 9a367d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Rule/TextBase.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function TextBase<TFormID extends OnyxFormKey>({
9696
type={isMarkdownEnabled ? 'markdown' : undefined}
9797
autoGrowHeight={isMarkdownEnabled}
9898
maxAutoGrowHeight={isMarkdownEnabled ? variables.textInputAutoGrowMaxHeight : undefined}
99+
shouldSubmitForm={isMarkdownEnabled}
99100
/>
100101
</View>
101102
</FormProvider>

0 commit comments

Comments
 (0)