Closed 3runoDesign closed 4 years ago
Do you have a codesandbox or StackBlitz to have a look? 🙂
@bmvantunes https://codesandbox.io/s/formik-steps-pxk9b
@3runoDesign you want to from one field change another field. You are in luck, I created an example exactly like that a few weeks ago =D
https://codesandbox.io/s/zen-surf-tesu7?file=/src/pages/index.tsx
You type "bruno" and it will change the second to "Antunes" =D
@3runoDesign you want to from one field change another field. You are in luck, I created an example exactly like that a few weeks ago =D
https://codesandbox.io/s/zen-surf-tesu7?file=/src/pages/index.tsx
You type "bruno" and it will change the second to "Antunes" =D
tks! it helped me very much!
Solved! 👍 This field is an array https://codesandbox.io/s/formik-steps-pxk9b?file=/src/App.tsx:554-670
Incredible your video... It has the beginning, middle and end of a real use case.
I'm trying to implement the component Autocomplete.
But i'm getting this return:
Thanks!