mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-12 10:04:44 +01:00
save length options on input blur
This commit is contained in:
parent
e914abd42b
commit
1e56d84674
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 5db115ae43018a34c87f00207498f2e768e4f9e5
|
||||
Subproject commit 82bf646a779f9075acdb801a582c80e8b3d43a40
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user