focus first input element in dialogs

This commit is contained in:
2023-02-26 09:46:35 +01:00
parent 3a28e03b6a
commit ea3ccabe56
6 changed files with 20 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<div mat-dialog-content>
<mat-form-field appearance="fill">
<mat-label>Name</mat-label>
<input matInput [(ngModel)]="data.name">
<input matInput [(ngModel)]="data.name" #name>
</mat-form-field>
<mat-form-field appearance="fill">
<mat-label>Description</mat-label>