Set focus state #1145
Set focus state
#1145
-
I'm wondering if there's a way to set focus state in an element without writing any custom javaScript. |
Beta Was this translation helpful? Give feedback.
Answered by
Archmonger
Sep 30, 2023
Replies: 1 comment
-
ReactJS does not have a At this time, the only way around this is writing JavaScript. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Archmonger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ReactJS does not have a
focus
prop.At this time, the only way around this is writing JavaScript.