Skip to content

Commit

Permalink
Automatically continue when enter key pressed during email entry (bit…
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbw2 authored Dec 7, 2022
1 parent fa6bac3 commit 7a08452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App/Pages/Accounts/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
x:Name="_email"
Text="{Binding Email}"
Keyboard="Email"
StyleClass="box-value">
StyleClass="box-value"
ReturnType="Go"
ReturnCommand="{Binding ContinueCommand}">
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name="CommonStates">
<VisualState x:Name="Disabled">
Expand Down

0 comments on commit 7a08452

Please sign in to comment.