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,11 +6,12 @@
|
||||
<input
|
||||
placeholder="{{ 'LIBRARY.DIALOG.FORM.NAME' | translate }}"
|
||||
required
|
||||
autofocus
|
||||
matInput
|
||||
formControlName="title"
|
||||
autocomplete="off"
|
||||
/>
|
||||
|
||||
|
||||
<mat-hint *ngIf="libraryTitleExists">{{
|
||||
'LIBRARY.HINTS.SITE_TITLE_EXISTS' | translate
|
||||
}}</mat-hint>
|
||||
|
||||
Reference in New Issue
Block a user