diff options
Diffstat (limited to 'src/view/com/auth/create/Step3.tsx')
-rw-r--r-- | src/view/com/auth/create/Step3.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/com/auth/create/Step3.tsx b/src/view/com/auth/create/Step3.tsx index bc7956da4..2fd265535 100644 --- a/src/view/com/auth/create/Step3.tsx +++ b/src/view/com/auth/create/Step3.tsx @@ -33,6 +33,9 @@ export function Step3({ placeholder="e.g. alice" value={uiState.handle} editable + autoFocus + autoComplete="off" + autoCorrect={false} onChange={value => uiDispatch({type: 'set-handle', value})} // TODO: Add explicit text label accessibilityLabel={_(msg`User handle`)} |