Skip to content

Commit

Permalink
Make text input accessible via physical keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
theodur committed Dec 6, 2024
1 parent d36d85a commit 43fa4ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const VATextInput: FC<VATextInputProps> = (props: VATextInputProps) => {
</Box>
)

return <Box>{content}</Box>
return <Box focusable>{content}</Box>
}

return renderTextInput()
Expand Down

0 comments on commit 43fa4ec

Please sign in to comment.