Merge pull request #7475 from vp8x8/prejoin-focus

fix(prejoin): Auto focus display name input
This commit is contained in:
Hristo Terezov
2020-08-20 15:28:04 -05:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -315,6 +315,7 @@ class Prejoin extends Component<Props, State> {
<div className = 'prejoin-input-area-container'>
<div className = 'prejoin-input-area'>
<InputField
autoFocus = { true }
onChange = { _setName }
onSubmit = { joinConference }
placeHolder = { t('dialog.enterDisplayName') }