1
0
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:
Kyle Spearrin
2018-01-29 21:54:39 -05:00
parent 6fbe640d15
commit 1995cee08d
4 changed files with 24 additions and 2 deletions

View File

@@ -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) {