jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
34k stars 2.79k forks source link

React Native + Formik with mask #2386

Open danielrmartins opened 4 years ago

danielrmartins commented 4 years ago

Is it possible to use RN + Formik and mask inside the ?

johnrom commented 4 years ago

it's currently possible to mask, though not very user friendly. this PR will help:

https://github.com/jaredpalmer/formik/pull/2255

right now, you'll have to manually change the format of the value during onChange or format the value before passing it to formik.

related: https://github.com/jaredpalmer/formik/issues/1525