aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/input-toggle-hidden.component.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-12-09 13:01:00 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-12-09 13:01:00 +0100
commit23cd3129a9f13691c25c1f0935cc781a9aa882db (patch)
treefd52f583fee02333e48edb09417f4bcfa2f90240 /client/src/app/shared/shared-forms/input-toggle-hidden.component.ts
parentb49f22d8f9a52ab75fd38db2d377249eb58fa678 (diff)
downloadPeerTube-23cd3129a9f13691c25c1f0935cc781a9aa882db.tar.gz
PeerTube-23cd3129a9f13691c25c1f0935cc781a9aa882db.tar.zst
PeerTube-23cd3129a9f13691c25c1f0935cc781a9aa882db.zip
fix tabindex on login page
Diffstat (limited to 'client/src/app/shared/shared-forms/input-toggle-hidden.component.ts')
-rw-r--r--client/src/app/shared/shared-forms/input-toggle-hidden.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-forms/input-toggle-hidden.component.ts b/client/src/app/shared/shared-forms/input-toggle-hidden.component.ts
index 0e974426b..56e5b9762 100644
--- a/client/src/app/shared/shared-forms/input-toggle-hidden.component.ts
+++ b/client/src/app/shared/shared-forms/input-toggle-hidden.component.ts
@@ -19,6 +19,7 @@ export class InputToggleHiddenComponent implements ControlValueAccessor {
19 @Input() value = '' 19 @Input() value = ''
20 @Input() autocomplete = 'off' 20 @Input() autocomplete = 'off'
21 @Input() placeholder = '' 21 @Input() placeholder = ''
22 @Input() tabindex = 0
22 @Input() withToggle = true 23 @Input() withToggle = true
23 @Input() withCopy = false 24 @Input() withCopy = false
24 @Input() readonly = false 25 @Input() readonly = false