We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c1c17 commit fc7dc47Copy full SHA for fc7dc47
1 file changed
lib/presentation/login/widgets/text_fields.dart
@@ -36,6 +36,7 @@ class PasswordField extends StatelessWidget {
36
onPressed: () =>
37
context.read<LoginBloc>().add(const ToggleObscure()),
38
),
39
+ onEditingComplete: () => FocusScope.of(context).nextFocus(),
40
);
41
},
42
0 commit comments