mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 04:17:48 +00:00
Merge pull request #7475 from vp8x8/prejoin-focus
fix(prejoin): Auto focus display name input
This commit is contained in:
@@ -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') }
|
||||
|
||||
Reference in New Issue
Block a user