Skip to content

Commit 662cfaf

Browse files
committed
Hides clear button in searchbar
1 parent 4e12a7f commit 662cfaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-query-devtool/src/components/Searchbar

packages/react-native-query-devtool/src/components/Searchbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Searchbar: React.ForwardRefRenderFunction<TextInput, SearchbarProps> = (
1919
autoCapitalize="none"
2020
placeholder={placeholder}
2121
placeholderTextColor="gray"
22-
clearButtonMode="while-editing"
22+
clearButtonMode="never"
2323
/>
2424
{filter.length > 0 && (
2525
<TouchableOpacity

0 commit comments

Comments
 (0)