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

This commit is contained in:
virtuacoplenny 2018-04-13 19:37:06 -07:00 committed by GitHub
parent eb19f94598
commit 0539e8f2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class StreamKeyForm extends Component {
<FieldTextStateless
autoFocus = { true }
compact = { true }
isSpellCheckEnabled = { false }
label = { t('dialog.streamKey') }
name = 'streamId'
okDisabled = { !this.props.value }