Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix: don't set autocomplete on search input (#2482)

authored by

Mary and committed by
GitHub
ca7ec9ee 5cc46241

+4
+1
src/view/screens/Search/Search.tsx
··· 572 572 accessibilityLabel={_(msg`Search`)} 573 573 accessibilityHint="" 574 574 autoCorrect={false} 575 + autoComplete="off" 575 576 autoCapitalize="none" 576 577 /> 577 578 {query ? (
+3
src/view/shell/desktop/Search.tsx
··· 169 169 accessibilityRole="search" 170 170 accessibilityLabel={_(msg`Search`)} 171 171 accessibilityHint="" 172 + autoCorrect={false} 173 + autoComplete="off" 174 + autoCapitalize="none" 172 175 /> 173 176 {query ? ( 174 177 <View style={styles.cancelBtn}>