Skip to content

Commit

Permalink
fix(llm): focus the memo tag input after clicking "Add Tag"
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Dec 6, 2024
1 parent 56fcd2a commit ba418c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-olives-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

Focus on the memo tag input when clicking the drawers "Add Tag" button
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ export default function SendSelectRecipient({ navigation, route }: Props) {
<memoTag.Input
testID="memo-tag-input"
placeholder={t("send.summary.memo.title")}
autoFocus={memoTagDrawerState === MemoTagDrawerState.SHOWN}
onChange={memoTag.handleChange}
/>
<Text mt={4} pl={2} color="alert">
Expand Down

0 comments on commit ba418c0

Please sign in to comment.