浏览代码

fix(recording): do not spell check stream key input (#2811)

master
virtuacoplenny 7 年前
父节点
当前提交
0539e8f2df
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      react/features/recording/components/LiveStream/StreamKeyForm.web.js

+ 1
- 0
react/features/recording/components/LiveStream/StreamKeyForm.web.js 查看文件

66
                 <FieldTextStateless
66
                 <FieldTextStateless
67
                     autoFocus = { true }
67
                     autoFocus = { true }
68
                     compact = { true }
68
                     compact = { true }
69
+                    isSpellCheckEnabled = { false }
69
                     label = { t('dialog.streamKey') }
70
                     label = { t('dialog.streamKey') }
70
                     name = 'streamId'
71
                     name = 'streamId'
71
                     okDisabled = { !this.props.value }
72
                     okDisabled = { !this.props.value }

正在加载...
取消
保存