mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 06:23:38 +00:00
fix input
This commit is contained in:
@@ -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()",
|
||||
|
||||
Reference in New Issue
Block a user