Skip to content

Commit

Permalink
[VIO-114] Add autoFocus on LockScreen text inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Dec 27, 2023
1 parent f2e246a commit 3762523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/view/Lock/LockScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const LockView = ({
secureTextEntry={!passwordVisibility}
value={input}
autoCapitalize="none"
autoFocus={true}
/>
) : null}

Expand All @@ -156,6 +157,7 @@ const LockView = ({
returnKeyType="go"
secureTextEntry={!passwordVisibility}
value={input}
autoFocus={true}
/>
) : null}
</Tooltip>
Expand Down

0 comments on commit 3762523

Please sign in to comment.