Skip to content

Commit fc7dc47

Browse files
authored
feat: focus transfer
1 parent e8c1c17 commit fc7dc47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/presentation/login/widgets/text_fields.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class PasswordField extends StatelessWidget {
3636
onPressed: () =>
3737
context.read<LoginBloc>().add(const ToggleObscure()),
3838
),
39+
onEditingComplete: () => FocusScope.of(context).nextFocus(),
3940
);
4041
},
4142
);

0 commit comments

Comments
 (0)