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}
|
defaultValue={state.password}
|
||||||
secureTextEntry
|
secureTextEntry
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
|
autoCapitalize="none"
|
||||||
/>
|
/>
|
||||||
</TextField.Root>
|
</TextField.Root>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue