1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

save length options on input blur

This commit is contained in:
Kyle Spearrin
2018-08-30 08:06:40 -04:00
parent b322f20c81
commit e68d386d3d
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 42dbdb0043...82bf646a77

View File

@@ -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>