@speedy4all/formik
TypeScript icon, indicating that this package has built-in type declarations

2.3.1 • Public • Published

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.

Package Sidebar

Install

npm i @speedy4all/formik

Homepage

formik.org

Weekly Downloads

51

Version

2.3.1

License

Apache-2.0

Unpacked Size

579 kB

Total Files

21

Last publish

Collaborators

  • speedy4all