mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
use input change events on slider
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<input id="length" type="number" min="5" max="128" [(ngModel)]="options.length"
|
||||
(input)="saveOptions()">
|
||||
<input id="lengthRange" type="range" min="5" max="128" step="1"
|
||||
[(ngModel)]="options.length">
|
||||
[(ngModel)]="options.length" (change)="sliderChanged()" (input)="sliderInput()">
|
||||
</div>
|
||||
<div class="box-content-row box-content-row-checkbox" appBoxRow>
|
||||
<label for="uppercase">A-Z</label>
|
||||
|
||||
Reference in New Issue
Block a user