1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00

Merge branch 'master' into PS55-6-22

This commit is contained in:
CarleyDiaz-Bitwarden
2022-07-22 11:23:05 -04:00
180 changed files with 7735 additions and 2325 deletions

View File

@@ -34,7 +34,7 @@ export class BitInputDirective {
].filter((s) => s != "");
}
@HostBinding() id = `bit-input-${nextId++}`;
@HostBinding() @Input() id = `bit-input-${nextId++}`;
@HostBinding("attr.aria-describedby") ariaDescribedBy: string;