diff --git a/src/MarkdownTextInput.web.tsx b/src/MarkdownTextInput.web.tsx index a73a1287..4cc09929 100644 --- a/src/MarkdownTextInput.web.tsx +++ b/src/MarkdownTextInput.web.tsx @@ -172,6 +172,7 @@ const MarkdownTextInput = React.forwardRef( autoFocus = false, onContentSizeChange, id, + inputMode, }, ref, ) => { @@ -692,6 +693,7 @@ const MarkdownTextInput = React.forwardRef( placeholder={heightSafePlaceholder} spellCheck={spellCheck} dir={dir} + inputMode={inputMode} /> ); },