1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

fix input

This commit is contained in:
Vicki League
2025-06-25 15:33:25 -04:00
parent bf3dffe7ea
commit 45e2bdc85c

View File

@@ -33,7 +33,7 @@ export function inputBorderClasses(error: boolean) {
selector: "input[bitInput], select[bitInput], textarea[bitInput]",
providers: [{ provide: BitFormFieldControl, useExisting: BitInputDirective }],
host: {
"[attr.class]": "getClassList()",
"[class]": "classList()",
"[id]": "id()",
"[attr.type]": "type()",
"[attr.spellcheck]": "spellcheck()",