fix tabindex on login page

This commit is contained in:
Rigel Kent
2020-12-09 13:01:00 +01:00
parent b49f22d8f9
commit 23cd3129a9
3 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ export class InputToggleHiddenComponent implements ControlValueAccessor {
@Input() value = ''
@Input() autocomplete = 'off'
@Input() placeholder = ''
@Input() tabindex = 0
@Input() withToggle = true
@Input() withCopy = false
@Input() readonly = false