Skip to content

Commit

Permalink
Update returnKeyType for PDFPasswordForm
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Oct 20, 2023
1 parent 585e890 commit 63218c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PDFView/PDFPasswordForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function PDFPasswordForm({isFocused, isPasswordInvalid, shouldShowLoadingIndicat
autoCorrect={false}
textContentType="password"
onChangeText={updatePassword}
returnKeyType="done"
returnKeyType="go"
onSubmitEditing={submitPassword}
errorText={errorText}
onFocus={() => onPasswordFieldFocused(true)}
Expand Down

0 comments on commit 63218c9

Please sign in to comment.