mirror of
https://github.com/bitwarden/web
synced 2025-12-19 17:53:22 +00:00
focus length input on change
This commit is contained in:
@@ -43,4 +43,8 @@ export class PasswordGeneratorComponent extends BasePasswordGeneratorComponent {
|
||||
this.modal = null;
|
||||
});
|
||||
}
|
||||
|
||||
lengthChanged() {
|
||||
document.getElementById('length').focus();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user