We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36de4c3 commit 57c2aa6Copy full SHA for 57c2aa6
1 file changed
app/Filament/Pages/Auth/Login.php
@@ -66,6 +66,14 @@ protected function getLoginFormComponent(): Component
66
->extraInputAttributes(['tabindex' => 1]);
67
}
68
69
+ protected function getPasswordFormComponent(): Component
70
+ {
71
+ /** @var TextInput $component */
72
+ $component = parent::getPasswordFormComponent();
73
+
74
+ return $component->extraInputAttributes(['tabindex' => 2]);
75
+ }
76
77
protected function getOAuthFormComponent(): Component
78
{
79
$actions = [];
0 commit comments