diff --git a/src/MarkdownTextInput.web.tsx b/src/MarkdownTextInput.web.tsx index 96667676..6fdf4c77 100644 --- a/src/MarkdownTextInput.web.tsx +++ b/src/MarkdownTextInput.web.tsx @@ -171,6 +171,7 @@ const MarkdownTextInput = React.forwardRef( autoFocus = false, onContentSizeChange, id, + inputMode, }, ref, ) => { @@ -699,6 +700,7 @@ const MarkdownTextInput = React.forwardRef( placeholder={heightSafePlaceholder} spellCheck={spellCheck} dir={dir} + inputMode={inputMode} /> ); },