brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
https://brainhub.eu/
MIT License
1.07k stars 164 forks source link

Arrows proc Formik submit #659

Open Sxoo opened 3 years ago

Sxoo commented 3 years ago

Hi,

Default arrow buttons don't have a type defined, so they automatically submit the Formik form (button type defaults to type="submit").

You should define the type of arrow buttons to "button".