Skip to content

Commit

Permalink
update autofocus amount input in send screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Jun 23, 2023
1 parent b6a09ba commit 604867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/screens/Lightning/pageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function LNPageContent({
placeholder='0'
placeholderTextColor={hi[highlight]}
style={[styles.amount, { color: hi[highlight] }]}
autoFocus={isSendingToken}
autoFocus
caretHidden
onChangeText={amount => setAmount(cleanUpNumericStr(amount))}
value={amount}
Expand Down

0 comments on commit 604867a

Please sign in to comment.