feat(Login): allow submitting on password field (#720)

zio/stable
Bartosz Kaszubowski 2023-05-31 02:56:13 +02:00 committed by GitHub
parent 037713321d
commit 2018558585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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={