@speedy4all/formik

Build forms in React, without the tears

Usage no npm install needed!

<script type="module">
  import speedy4allFormik from 'https://cdn.skypack.dev/@speedy4all/formik';
</script>

README

Formik.js

Build forms in React, without the tears.


*** Changes for this version ***

Function setFieldValue has a new parameter called skipDirtyForm by default false
The new signature is setFieldValue(path: string, value: any, shouldValidate: boolean default false, skipDirtyForm: boolean default false) When called with skipDirtyForm=true, the dirty flag is set to false, this is useful when values are changed by the developer and the user is agnostic of these changes, they don't affect the business and they should be ignored

</>

Stable Release Blazing Fast gzip size license Discord

Visit https://formik.org to get started with Formik.

Organizations and projects using Formik

List of organizations and projects using Formik

Authors

Contributors

Formik is made with <3 thanks to these wonderful people (emoji key):


Jared Palmer

💬 💻 🎨 📖 💡 🤔 👀 ⚠️

Ian White

💬 🐛 💻 📖 🤔 👀

Andrej Badin

💬 🐛 📖

Adam Howard

💬 🐛 🤔 👀

Vlad Shcherbin

💬 🐛 🤔

Brikou CARRE

🐛 📖

Sam Kvale

🐛 💻 ⚠️

Jon Tansey

🐛 💻

Tyler Martinez

🐛 📖

Tobias Lohse

🐛 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Related

  • TSDX - Zero-config CLI for TypeScript used by this repo. (Formik's Rollup configuration as a CLI)

Apache 2.0 License.