feat(Login): allow submitting on password field (#720)
This commit is contained in:
committed by
GitHub
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={
|
||||||
|
|||||||
Reference in New Issue
Block a user