DEV Community

Discussion on: No more tears, handling Forms in React using Formik, part I

Collapse
 
mahmoudjbor profile image
MahmoudJbor

In the first example, you missed the 'name' property of the input, which might be confusing for others.

value={values.name}
type="text"
placeholder="Name">

Collapse
 
softchris profile image
Chris Noring

thank you Mahmoud.. I've updated that throughout :)