mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
components/connect-form: autofocus username field
This commit is contained in:
parent
84b68308b9
commit
84ca0a4408
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ export default class ConnectForm extends Component {
|
|||
disabled=${disabled}
|
||||
ref=${this.nickInput}
|
||||
required
|
||||
autofocus
|
||||
/>
|
||||
</label>
|
||||
<br/><br/>
|
||||
|
|
Loading…
Reference in a new issue