In React Native Formik Form, a TextBox with error doesn’t get the caret blinking when clicked on #3743
Unanswered
rafaelsoteldosilva
asked this question in
Q&A
Replies: 1 comment
-
@rafaelsoteldosilva did you ever get this resolved ? I ended up creating react-native-paper-formik to reduce the boilerplate in my various projects |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there:
I built a form in react Native with Formik and Yup, I’m using validationSchema for validation, I’m showing the errors immediately below the erroneous text:
The TextInput is React native Paper
The problem is that if a field is showing some error, the when clicked doesn’t show that is focused, you know, it should show a blinking caret
What am I missing here?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions