mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
autofocus on first input (#834)
This commit is contained in:
committed by
Denys Vuika
parent
925cb8144b
commit
6e0bfe8187
@@ -6,6 +6,7 @@
|
|||||||
<input
|
<input
|
||||||
placeholder="{{ 'LIBRARY.DIALOG.FORM.NAME' | translate }}"
|
placeholder="{{ 'LIBRARY.DIALOG.FORM.NAME' | translate }}"
|
||||||
required
|
required
|
||||||
|
autofocus
|
||||||
matInput
|
matInput
|
||||||
formControlName="title"
|
formControlName="title"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
|||||||
Reference in New Issue
Block a user