We want to use React-Color as part of a Formik form.
Formik is not picking up the change values & using onChangeComplete is causing a crash. Does seem related to the onChange interactions between Formik and React-Color.
Any guidance or sample code woudl be appreciated since we'd really like to use React-Color versus trying to write our own. (We liked the palette picker)
Hi,
We want to use React-Color as part of a Formik form.
Formik is not picking up the change values & using onChangeComplete is causing a crash. Does seem related to the onChange interactions between Formik and React-Color.
Any guidance or sample code woudl be appreciated since we'd really like to use React-Color versus trying to write our own. (We liked the palette picker)
Our implementation is below:
Thanks!