bmvantunes/youtube-2020-june-multi-step-form-formik

Using Autocomplete with option `multiple`

Closed this issue · 5 comments

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:
image

Thanks!

Do you have a codesandbox or StackBlitz to have a look? 🙂

@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!