We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72fb8c commit f9dceacCopy full SHA for f9dceac
example/src/modules/forms/TextAreaScreen.tsx
@@ -97,13 +97,13 @@ export const TextAreaScreen = () => {
97
/>
98
</Box>
99
<Box style={tailwind.style("flex-row justify-center py-2")}>
100
+ <Button onPress={() => ref.current.focus()}>Focus in</Button>
101
<Button
102
style={tailwind.style("mr-2")}
103
onPress={() => ref.current.blur()}
104
>
105
Focus out
106
</Button>
- <Button onPress={() => ref.current.focus()}>Focus in</Button>
107
108
109
0 commit comments