mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
save length options on input blur
This commit is contained in:
parent
e6a4fb10d4
commit
e5feb3f465
@ -36,7 +36,7 @@
|
|||||||
<div class="box-content-row box-content-row-slider" appBoxRow>
|
<div class="box-content-row box-content-row-slider" appBoxRow>
|
||||||
<label for="length">{{'length' | i18n}}</label>
|
<label for="length">{{'length' | i18n}}</label>
|
||||||
<input id="length" type="number" min="5" max="128" [(ngModel)]="options.length"
|
<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"
|
<input id="lengthRange" type="range" min="5" max="128" step="1"
|
||||||
[(ngModel)]="options.length" (change)="sliderChanged()" (input)="sliderInput()">
|
[(ngModel)]="options.length" (change)="sliderChanged()" (input)="sliderInput()">
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user