Skip to content

Commit

Permalink
Add clear button to saved search name field
Browse files Browse the repository at this point in the history
  • Loading branch information
nyomanjyotisa committed Oct 4, 2024
1 parent 821edc5 commit 9c02026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Search/SavedSearchRenamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function SavedSearchRenamePage({route}: {route: {params: {q: string; name: strin
onChangeText={(renamedName) => setNewName(renamedName)}
ref={inputCallbackRef}
defaultValue={name}
shouldShowClearButton
/>
</FormProvider>
</ScreenWrapper>
Expand Down

0 comments on commit 9c02026

Please sign in to comment.