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:
2
jslib
2
jslib
Submodule jslib updated: 5db115ae43...82bf646a77
@@ -27,7 +27,7 @@
|
||||
<div class="box-content-row box-content-row-slider" appBoxRow>
|
||||
<label for="length">{{'length' | i18n}}</label>
|
||||
<input id="length" type="number" min="5" max="128" [(ngModel)]="options.length"
|
||||
(input)="saveOptions()">
|
||||
(blur)="saveOptions()">
|
||||
<input id="lengthRange" type="range" min="5" max="128" step="1"
|
||||
[(ngModel)]="options.length" (change)="sliderChanged()" (input)="sliderInput()">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user