From 7a08452fa89faed3110603d4e79a0e3f7c9631b3 Mon Sep 17 00:00:00 2001 From: mp-bw <59324545+mp-bw@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:51:32 -0500 Subject: [PATCH] Automatically continue when enter key pressed during email entry (#2227) --- src/App/Pages/Accounts/HomePage.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App/Pages/Accounts/HomePage.xaml b/src/App/Pages/Accounts/HomePage.xaml index 40f631b28..0bb2b6ebf 100644 --- a/src/App/Pages/Accounts/HomePage.xaml +++ b/src/App/Pages/Accounts/HomePage.xaml @@ -51,7 +51,9 @@ x:Name="_email" Text="{Binding Email}" Keyboard="Email" - StyleClass="box-value"> + StyleClass="box-value" + ReturnType="Go" + ReturnCommand="{Binding ContinueCommand}">