Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add autoCapitalize to password field (#5216)

authored by

Eduardo Tachotte and committed by
GitHub
cff7cbb4 67f56af6

+1
+1
src/screens/Signup/StepInfo/index.tsx
··· 172 172 defaultValue={state.password} 173 173 secureTextEntry 174 174 autoComplete="new-password" 175 + autoCapitalize="none" 175 176 /> 176 177 </TextField.Root> 177 178 </View>