mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
dynamic search placeholder text
This commit is contained in:
@@ -23,6 +23,7 @@ export class CiphersComponent implements OnInit {
|
||||
|
||||
ciphers: CipherView[] = [];
|
||||
searchText: string;
|
||||
searchPlaceholder: string = null;
|
||||
private filter: (cipher: CipherView) => boolean = null;
|
||||
|
||||
constructor(private cipherService: CipherService) {
|
||||
|
||||
Reference in New Issue
Block a user