mirror of
https://github.com/bitwarden/mobile
synced 2025-01-28 01:09:43 +01:00
Automatically continue when enter key pressed during email entry (#2227)
This commit is contained in:
parent
fa6bac3b43
commit
7a08452fa8
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user