feat(Login): allow submitting on password field (#720)
parent
037713321d
commit
2018558585
|
@ -420,6 +420,7 @@ const LoginForm = ({
|
||||||
textContentType="oneTimeCode"
|
textContentType="oneTimeCode"
|
||||||
value={password}
|
value={password}
|
||||||
onChangeText={setPassword}
|
onChangeText={setPassword}
|
||||||
|
onSubmitEditing={onPressNext}
|
||||||
editable={!isProcessing}
|
editable={!isProcessing}
|
||||||
accessibilityLabel="Password"
|
accessibilityLabel="Password"
|
||||||
accessibilityHint={
|
accessibilityHint={
|
||||||
|
|
Loading…
Reference in New Issue