diff --git a/src/components/Composer/implementation/index.tsx b/src/components/Composer/implementation/index.tsx index e40bb716e0a0..4431007793cb 100755 --- a/src/components/Composer/implementation/index.tsx +++ b/src/components/Composer/implementation/index.tsx @@ -50,7 +50,6 @@ function Composer( isComposerFullSize = false, shouldContainScroll = true, isGroupPolicyReport = false, - showSoftInputOnFocus = true, ...props }: ComposerProps, ref: ForwardedRef, @@ -350,7 +349,6 @@ function Composer( value={value} defaultValue={defaultValue} autoFocus={autoFocus} - inputMode={showSoftInputOnFocus ? 'text' : 'none'} /* eslint-disable-next-line react/jsx-props-no-spreading */ {...props} onSelectionChange={addCursorPositionToSelectionChange}