Focus loosing on Custom form input component #10428
Unanswered
KaushikSathvara
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This part const MyInput = (props) => {
return <Input {...props} />
}
return ( looks like you're creating your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community!,
I've a use case where I have to build a custom component for form input, but when I try to submit the form and validation is failed somehow and then I try to input values in the fields then it looses the focus. But if I directly using the Input component then it works.
Beta Was this translation helpful? Give feedback.
All reactions