fix(recording): do not spell check stream key input (#2811)
This commit is contained in:
parent
eb19f94598
commit
0539e8f2df
|
@ -66,6 +66,7 @@ class StreamKeyForm extends Component {
|
||||||
<FieldTextStateless
|
<FieldTextStateless
|
||||||
autoFocus = { true }
|
autoFocus = { true }
|
||||||
compact = { true }
|
compact = { true }
|
||||||
|
isSpellCheckEnabled = { false }
|
||||||
label = { t('dialog.streamKey') }
|
label = { t('dialog.streamKey') }
|
||||||
name = 'streamId'
|
name = 'streamId'
|
||||||
okDisabled = { !this.props.value }
|
okDisabled = { !this.props.value }
|
||||||
|
|
Loading…
Reference in New Issue