when modal opens, the first input field now gets focus
This commit is contained in:
parent
6c24af2be4
commit
f3fcb8e26e
@ -88,7 +88,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<label>
|
<label>
|
||||||
Sprache (erforderlich)
|
Sprache (erforderlich)
|
||||||
<input id="form_Sprache" name="form_Sprache" aria-Label="Sprache" placeholder="Sprache" required />
|
<input id="form_Sprache" name="form_Sprache" aria-Label="Sprache" placeholder="Sprache" required autofocus />
|
||||||
</label>
|
</label>
|
||||||
</article>
|
</article>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
@ -119,7 +119,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<label>
|
<label>
|
||||||
Titel (erforderlich)
|
Titel (erforderlich)
|
||||||
<input id="form_Titel" name="form_Titel" aria-Label="Titel" placeholder="Titel" required />
|
<input id="form_Titel" name="form_Titel" aria-Label="Titel" placeholder="Titel" required autofocus />
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
Untertitel
|
Untertitel
|
||||||
|
|||||||
@ -88,7 +88,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<label>
|
<label>
|
||||||
Verlagsname (erforderlich)
|
Verlagsname (erforderlich)
|
||||||
<input id="form_Verlag" name="form_Verlag" aria-Label="Verlagsname" placeholder="Verlagsname" required />
|
<input id="form_Verlag" name="form_Verlag" aria-Label="Verlagsname" placeholder="Verlagsname" required autofocus />
|
||||||
</label>
|
</label>
|
||||||
</article>
|
</article>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
@ -123,7 +123,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<label>
|
<label>
|
||||||
Titel (erforderlich)
|
Titel (erforderlich)
|
||||||
<input id="form_Titel" name="form_Titel" aria-label="Titel" placeholder="Titel" required />
|
<input id="form_Titel" name="form_Titel" aria-label="Titel" placeholder="Titel" required autofocus />
|
||||||
</label>
|
</label>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user