mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 02:48:29 +03:00
Automatically continue when enter key pressed during email entry (#2227)
This commit is contained in:
parent
fa6bac3b43
commit
7a08452fa8
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@
|
||||||
x:Name="_email"
|
x:Name="_email"
|
||||||
Text="{Binding Email}"
|
Text="{Binding Email}"
|
||||||
Keyboard="Email"
|
Keyboard="Email"
|
||||||
StyleClass="box-value">
|
StyleClass="box-value"
|
||||||
|
ReturnType="Go"
|
||||||
|
ReturnCommand="{Binding ContinueCommand}">
|
||||||
<VisualStateManager.VisualStateGroups>
|
<VisualStateManager.VisualStateGroups>
|
||||||
<VisualStateGroup x:Name="CommonStates">
|
<VisualStateGroup x:Name="CommonStates">
|
||||||
<VisualState x:Name="Disabled">
|
<VisualState x:Name="Disabled">
|
||||||
|
|
Loading…
Reference in a new issue