mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
[SG-430] Modify registration component to use static ids (#3144)
* refactored form to use static ids * renamed ids to meet standard * renamed ids to meet standard * renamed ids to meet standard
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