Create account tweaks (#2365)
* Disable autocomplete, autocapitalize, and autocorrect in create account login * Add username textContentType to login to try to prompt password manager more regularly * Fix type
This commit is contained in:
@@ -612,6 +612,7 @@ export function SearchScreen(
|
||||
) : (
|
||||
<ScrollView
|
||||
style={{height: '100%'}}
|
||||
// @ts-ignore web only -prf
|
||||
dataSet={{stableGutters: '1'}}
|
||||
keyboardShouldPersistTaps="handled"
|
||||
keyboardDismissMode="on-drag">
|
||||
|
||||
Reference in New Issue
Block a user