Skip to content

Commit

Permalink
add inputMode
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwen committed Aug 13, 2024
1 parent 4268878 commit adc6284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MarkdownTextInput.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const MarkdownTextInput = React.forwardRef<TextInput, MarkdownTextInputProps>(
autoFocus = false,
onContentSizeChange,
id,
inputMode

Check failure on line 175 in src/MarkdownTextInput.web.tsx

View workflow job for this annotation

GitHub Actions / check

Insert `,`
},
ref,
) => {
Expand Down Expand Up @@ -692,6 +693,7 @@ const MarkdownTextInput = React.forwardRef<TextInput, MarkdownTextInputProps>(
placeholder={heightSafePlaceholder}
spellCheck={spellCheck}
dir={dir}
inputMode={inputMode}
/>
);
},
Expand Down

0 comments on commit adc6284

Please sign in to comment.