focus first input element in dialogs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div mat-dialog-content>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>Text</mat-label>
|
||||
<textarea matInput [(ngModel)]="text"></textarea>
|
||||
<textarea matInput [(ngModel)]="text" #textElement></textarea>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div mat-dialog-actions align="end">
|
||||
|
||||
Reference in New Issue
Block a user