jorisre / react-telephone

☎️ Tiniest react phone input component (auto formating included)
https://react-telephone.joris.re/
MIT License
43 stars 6 forks source link

How to use with formik? #544

Open yasincandev opened 1 year ago

yasincandev commented 1 year ago

I don't know if it is possible but how can we see the value typed or selected country in a form? Especially with formik.

jorisre commented 1 year ago

Hello, @yasincandev! At the moment, the react-telephone component doesn't work with controlled mode; it only supports uncontrolled mode. However, I'm actively working on making it compatible with controlled mode.