Skip to content

Commit

Permalink
Add autoCapitalize to password field (#5216)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEDU authored Sep 11, 2024
1 parent 67f56af commit cff7cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Signup/StepInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export function StepInfo({
defaultValue={state.password}
secureTextEntry
autoComplete="new-password"
autoCapitalize="none"
/>
</TextField.Root>
</View>
Expand Down

0 comments on commit cff7cbb

Please sign in to comment.