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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user