Add autoCapitalize to password field (#5216)
This commit is contained in:
parent
67f56af6d4
commit
cff7cbb4aa
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ export function StepInfo({
|
|||
defaultValue={state.password}
|
||||
secureTextEntry
|
||||
autoComplete="new-password"
|
||||
autoCapitalize="none"
|
||||
/>
|
||||
</TextField.Root>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue