Fix password autofill on iOS (#9397)
* fix password autofill on iOS * update autocomplete props, rm textContentType
This commit is contained in:
@@ -211,6 +211,7 @@ function Inner() {
|
||||
secureTextEntry
|
||||
autoCapitalize="none"
|
||||
autoComplete="new-password"
|
||||
passwordRules="minlength: 8;"
|
||||
/>
|
||||
</TextField.Root>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user