Skip to content

Commit

Permalink
Merge pull request #50198 from nyomanjyotisa/issue-50163
Browse files Browse the repository at this point in the history
Add "clear" button to saved search name field
  • Loading branch information
mountiny authored Oct 4, 2024
2 parents b0ef513 + 9c02026 commit cefe274
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 cefe274

Please sign in to comment.