mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 23:55:04 +00:00
Adding new project on enter
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
<mat-form-field class="file-name-form-field">
|
||||
<input
|
||||
matInput
|
||||
(keydown)="onKeyDown($event)"
|
||||
type="text"
|
||||
formControlName="projectName"
|
||||
[ngClass]="{ 'is-invalid': form.projectName?.errors }"
|
||||
|
Reference in New Issue
Block a user