mirror of
https://github.com/bitwarden/web
synced 2025-12-16 00:03:25 +00:00
focus length input on change
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<div class="form-group col-4">
|
||||
<label for="length">{{'length' | i18n}}</label>
|
||||
<input id="length" class="form-control" type="number" min="5" max="128" [(ngModel)]="options.length"
|
||||
(blur)="saveOptions()">
|
||||
(blur)="saveOptions()" (change)="lengthChanged()">
|
||||
</div>
|
||||
<div class="form-group col-4">
|
||||
<label for="min-number">{{'minNumbers' | i18n}}</label>
|
||||
|
||||
Reference in New Issue
Block a user