mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
save length options on input blur
This commit is contained in:
parent
b322f20c81
commit
e68d386d3d
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 42dbdb0043842810fb084370f886bd2ea9406b9f
|
||||
Subproject commit 82bf646a779f9075acdb801a582c80e8b3d43a40
|
@ -9,7 +9,7 @@
|
||||
<div class="row">
|
||||
<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" (input)="saveOptions()">
|
||||
<input id="length" class="form-control" type="number" min="5" max="128" [(ngModel)]="options.length" (blur)="saveOptions()">
|
||||
</div>
|
||||
<div class="form-group col-4">
|
||||
<label for="min-number">{{'minNumbers' | i18n}}</label>
|
||||
|
Loading…
Reference in New Issue
Block a user