mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
autofocus add item form
This commit is contained in:
parent
442042f59d
commit
c2160667d6
@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="box-content-row" appBoxRow>
|
<div class="box-content-row" appBoxRow>
|
||||||
<label for="name">{{'name' | i18n}}</label>
|
<label for="name">{{'name' | i18n}}</label>
|
||||||
<input id="name" type="text" name="Name" [(ngModel)]="cipher.name">
|
<input id="name" type="text" name="Name" [(ngModel)]="cipher.name" [appAutofocus]="!editMode">
|
||||||
</div>
|
</div>
|
||||||
<!-- Login -->
|
<!-- Login -->
|
||||||
<div *ngIf="cipher.type === cipherType.Login">
|
<div *ngIf="cipher.type === cipherType.Login">
|
||||||
|
Loading…
Reference in New Issue
Block a user